Method | Description | |
---|---|---|
Debug ( string message ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Verbose
|
|
Debug ( string message, System exception ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Verbose
|
|
DebugFormat ( string format ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Verbose overload
|
|
DiagnosticsLogger ( |
Initializes a new instance of the DiagnosticsLogger class.
|
|
Error ( string message ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Error
|
|
Error ( string message, System exception ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Error
|
|
ErrorFormat ( string format ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Error overload
|
|
Flush ( ) : void |
Override flush
|
|
Info ( string message ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Information
|
|
Info ( string message, System exception ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Information
|
|
InfoFormat ( string format ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Information overload
|
|
Warn ( string message ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Warning
|
|
Warn ( string message, System exception ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Warning
|
|
WarnFormat ( string format ) : void |
Override the wrapper for System.Diagnostics TraceEventType.Warning overload
|
public Debug ( string message, System exception ) : void | ||
message | string | |
exception | System | |
return | void |
public DiagnosticsLogger ( |
||
givenType | The type associated with this logger. | |
return | System |
public Error ( string message, System exception ) : void | ||
message | string | |
exception | System | |
return | void |
public Info ( string message, System exception ) : void | ||
message | string | |
exception | System | |
return | void |
public Warn ( string message, System exception ) : void | ||
message | string | |
exception | System | |
return | void |