Click or drag to resize

ILoggerBaseLogT Method (LogLevel, IFormatProvider, T)

Writes the diagnostic message at the specified level.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
void Log<T>(
	LogLevel level,
	IFormatProvider formatProvider,
	T value
)

Parameters

level
Type: NLogLogLevel
The log level.
formatProvider
Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information.
value
Type: T
The value to be written.

Type Parameters

T
Type of the value.
See Also