Initializes a new instance of the LogEntry class
Namespace:
RainWorx.FrameWorx.UtilityAssembly: RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5
Syntax
C#
public LogEntry( DateTime dateStamp, string message, string title, string functionalArea, TraceEventType severity, string actor, Exception exception, Dictionary<string, Object> properties, int priority, int eventID, string machineName )
Parameters
- dateStamp
- Type: SystemDateTime
- message
- Type: SystemString
- title
- Type: SystemString
- functionalArea
- Type: SystemString
- severity
- Type: System.DiagnosticsTraceEventType
- actor
- Type: SystemString
- exception
- Type: SystemException
- properties
- Type: System.Collections.GenericDictionaryString, Object
- priority
- Type: SystemInt32
- eventID
- Type: SystemInt32
- machineName
- Type: SystemString
See Also