Click or drag to resize

LogEvent Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodLogEvent(Level, String)
Creates a log event with given severity and message
Public methodLogEvent(Level, String, String)
Creates a log event with given severity, message and the source from where the event originated
Public methodLogEvent(Level, String, String, String)
Creates a log even with given severity, message, source and file from where the event originated
Public methodLogEvent(Level, String, String, String, Int32)
Creates a log even with given severity, message, source, file and line number from where the event originated
Top
See Also