Click or drag to resize

LogEventInfo Constructor

Overload List
  NameDescription
Public methodLogEventInfo
Initializes a new instance of the LogEventInfo class.
Public methodLogEventInfo(LogLevel, String, String)
Initializes a new instance of the LogEventInfo class.
Public methodLogEventInfo(LogLevel, String, String, IListMessageTemplateParameter)
Initializes a new instance of the LogEventInfo class.
Public methodLogEventInfo(LogLevel, String, String, IReadOnlyListKeyValuePairObject, Object)
Initializes a new instance of the LogEventInfo class.
Public methodLogEventInfo(LogLevel, String, IFormatProvider, String, Object)
Initializes a new instance of the LogEventInfo class.
Public methodLogEventInfo(LogLevel, String, String, String, IListMessageTemplateParameter)
Initializes a new instance of the LogEventInfo class.
Public methodLogEventInfo(LogLevel, String, IFormatProvider, String, Object, Exception)
Initializes a new instance of the LogEventInfo class.
Top
See Also