Click or drag to resize

LoggerLog Method

Writes the diagnostic message at the specified level using the specified format provider and format parameters.
Overload List
  NameDescription
Public methodLog(LogEventInfo)
Writes the specified diagnostic message.
Public methodLog(LogLevel, LogMessageGenerator)
Writes the diagnostic message at the specified level.
Public methodLog(LogLevel, String)
Writes the diagnostic message at the specified level.
Public methodLogT(LogLevel, T)
Writes the diagnostic message at the specified level.
Public methodLog(Type, LogEventInfo)
Writes the specified diagnostic message.
Public methodLog(LogLevel, String, Object)
Writes the diagnostic message at the specified level using the specified parameters.
Public methodLogT(LogLevel, IFormatProvider, T)
Writes the diagnostic message at the specified level.
Public methodLogTArgument(LogLevel, String, TArgument)
Writes the diagnostic message at the specified level using the specified parameter.
Public methodLog(LogLevel, Exception, String, Object)
Writes the diagnostic message and exception at the specified level.
Public methodLog(LogLevel, IFormatProvider, String, Object)
Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
Public methodLogTArgument(LogLevel, IFormatProvider, String, TArgument)
Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
Public methodLogTArgument1, TArgument2(LogLevel, String, TArgument1, TArgument2)
Writes the diagnostic message at the specified level using the specified parameters.
Public methodLog(LogLevel, Exception, IFormatProvider, String, Object)
Writes the diagnostic message and exception at the specified level.
Public methodLogTArgument1, TArgument2(LogLevel, IFormatProvider, String, TArgument1, TArgument2)
Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
Public methodLogTArgument1, TArgument2, TArgument3(LogLevel, String, TArgument1, TArgument2, TArgument3)
Writes the diagnostic message at the specified level using the specified parameters.
Public methodLogTArgument1, TArgument2, TArgument3(LogLevel, IFormatProvider, String, TArgument1, TArgument2, TArgument3)
Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
Top
See Also