Property | Type | Description | |
---|---|---|---|
ConsoleOptions | bool[] | ||
LogFileOptions | bool[] | ||
SplittingType | LogSplittingType |
Method | Description | |
---|---|---|
CheckForCommonErrors ( [ ex ) : bool | ||
EventTraceNotifier ( int eventIndex, |
||
LogAndReportCrash ( [ message, [ assembly, [ exception, bool shutdownImminent ) : void | ||
LogToConsole ( [ message ) : void |
Method | Description | |
---|---|---|
AddEventHook ( |
||
GetPrefix ( LogType level ) : string | ||
LoadTracingSettings ( ) : void | ||
Log ( LogType type, [ message ) : void | ||
Logger ( ) : System.Reflection.Emit | ||
MarkLogStart ( ) : void | ||
PrepareEventTracing ( ) : void | ||
RaiseCrashedEvent ( |
||
RaiseLoggedEvent ( [ rawMessage, [ line, LogType logType ) : void |
public static CheckForCommonErrors ( [ ex ) : bool | ||
ex | [ | |
return | bool |
public static EventTraceNotifier ( int eventIndex, |
||
eventIndex | int | |
e | ||
return | void |
public static LogAndReportCrash ( [ message, [ assembly, [ exception, bool shutdownImminent ) : void | ||
message | [ | |
assembly | [ | |
exception | [ | |
shutdownImminent | bool | |
return | void |
public static LogToConsole ( [ message ) : void | ||
message | [ | |
return | void |