WriteToLog(String, TraceEventType, String) Method
Logs Message of eEventType to System.Diagnostics.Trace
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
private static void WriteToLog( string Message, TraceEventType eEventType, string caller )
Parameters
- Message
- Type: StringMessage to be logged
- eEventType
- Type: TraceEventTypeevent type: info, warning, error
- caller
- Type: Stringreflection based caller information: module.method