Click or drag to resize

NLogTraceListenerWrite Method

Overload List
  NameDescription
Public methodWrite(Object)
When overridden in a derived class, writes the specified message to the listener you create in the derived class.
(Overrides TraceListenerWrite(Object).)
Public methodWrite(String)
When overridden in a derived class, writes the specified message to the listener you create in the derived class.
(Overrides TraceListenerWrite(String).)
Public methodWrite(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.)
Public methodWrite(String, String)
Writes a category name and a message to the listener you create when you implement the TraceListener class.
(Inherited from TraceListener.)
Top
See Also