 | ILoggerBaseLog Method (LogLevel, String, Double) |
Writes the diagnostic message at the specified level using the specified value as a parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Log(
LogLevel level,
string message,
double argument
)
Sub Log (
level As LogLevel,
message As String,
argument As Double
)
Parameters
- level
- Type: NLogLogLevel
The log level. - message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemDouble
The argument to format.
See Also