NET Logging Library
LogEntry Class Members
Properties 


KellermanSoftware.NetLoggingLibrary Namespace : LogEntry Class

The following tables list the members exposed by LogEntry.

Public Constructors
 NameDescription
Public Constructor Default constructor that collects all the calling method information and environmental information  
Top
Public Properties
 NameDescription
Public Property An additional logging message  
Public Property The name of the calling assembly  
Public Property An array of binary data to log  
Public Property The Namespace.ClassName.MethodName of the method that logged the message  
Public Property The class name of the calling method  
Public Property The AppDomain.Current.FriendlyName  
Public Property The number of milliseconds that elapsed between the last log message and this message  
Public Property The number of seconds that elapsed between the last log message and this message  
Public Property The filename of the assembly that logged the message  
Public Property If true, this was an internal failure  
Public Property The last time a message was logged  
Public Property The logging level for this message  
Public Property The line number of the method that logged the message  
Public Property The date and time that this message occured  
Public Property The System.MachineName where this message was generated  
Public Property The text of the message  
Public Property The name of the method that logged the messageC  
Public Property The namespace of the calling method  
Public Property The original exception when doing a Log.LogException(). Can be used by custom logging targets.  
Public Property The original object logged when doing a Log.LogObject(), Log.LogDataset() or Log.DataTable(), or Log.LogDataView(). Can be used by custom logging targets.  
Public Property The name of the thread that logged the message  
Public Property The number of spaces to indent the message for console and text file targets  
Public Property The user name of the currently logged in principal or the System.UserName  
Top
See Also

Reference

LogEntry Class
KellermanSoftware.NetLoggingLibrary Namespace