LogEntry Class

Summary

Base class implementation of ILogEntry.

Syntax
C#
VB
C++
[SerializableAttribute()] 
public class LogEntry : ILogEntry 
  
<SerializableAttribute()> 
Public Class LogEntry  
   Implements ILogEntry  
[SerializableAttribute()] 
public ref class LogEntry : public ILogEntry   

Remarks

Additional ILogEntry implemenations should derive from this base class.

Example

For an example refer to Logger.Log

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly