Click or drag to resize

Logger.Log 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 methodLog<T>(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 methodLog<T>(LogLevel, IFormatProvider, T)
Writes the diagnostic message at the specified level.
Public methodLog<TArgument>(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 methodLog<TArgument>(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 methodLog<TArgument1, 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 methodLog<TArgument1, 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 methodLog<TArgument1, TArgument2, TArgument3>(LogLevel, String, TArgument1, TArgument2, TArgument3)
Writes the diagnostic message at the specified level using the specified parameters.
Public methodLog<TArgument1, 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