Namespace:
RainWorx.FrameWorx.Utility
Assembly: RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5
Syntax
C#
public static void WriteLog( string message, string title, string functionalArea, TraceEventType severity, string actor, Exception exception )
Parameters
- message
- Type: SystemString
- title
- Type: SystemString
- functionalArea
- Type: SystemString
- severity
- Type: System.DiagnosticsTraceEventType
- actor
- Type: SystemString
- exception
- Type: SystemException
See Also