NLogTraceListenerWrite Method |
Name | Description | |
---|---|---|
Write(Object) |
When overridden in a derived class, writes the specified message to the listener you create in the derived class.
(Overrides TraceListenerWrite(Object).) | |
Write(String) |
When overridden in a derived class, writes the specified message to the listener you create in the derived class.
(Overrides TraceListenerWrite(String).) | |
Write(Object, String) | Writes a category name and the value of the object's ToString method to the listener you create when you implement the TraceListener class. (Inherited from TraceListener.) | |
Write(String, String) | Writes a category name and a message to the listener you create when you implement the TraceListener class. (Inherited from TraceListener.) |