|
|
override void | Flush () |
| | Waits for the messages to be written to the console.
|
| |
| | ConsoleTraceListener (bool isVerbose, bool isQuiet, bool isColor) |
| | Creates an instance of the ConsoleTraceListener that can be used to output log messages in consoles. More...
|
| |
| override void | TraceEvents (IEnumerable< Event > events) |
| | Prints all log messages to the console. More...
|
| |
|
virtual void | TraceEvent (string source, LogEventType eventType, int id, string format) |
| | Empty TraceEvent method.
|
| |
|
virtual void | TraceEvent (string source, LogEventType eventType, int id, string format, params object[] args) |
| | Empty TraceEvent method.
|
| |
|
virtual void | Write (string str) |
| | Virtual method to match System.Diagnostics.TraceListener. Might be removed.
|
| |
|
virtual void | WriteLine (string str) |
| | Virtual method to match System.Diagnostics.TraceListener. Might be removed.
|
| |
A class that prints trace messages to the console.