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