Click or drag to resize

LogWrite Method

Overload List
  NameDescription
Public methodWrite(String)
Writes the specified string message to the log file.
Public methodWrite(Int32, String)
Writes the specified string message to the log file and assigns a numeric log level.
Public methodWrite(String, Object)
Writes the specified StringObj message to the log file.
Public methodWrite(Int32, String, Object)
Writes the specified string message to the log file with parameters and a log level.
Top
See Also