 | ILoggerInfo Method (String, Object, Object, Object) |
Writes the diagnostic message at the Info level using the specified parameters.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Info(
string message,
Object arg1,
Object arg2,
Object arg3
)
Sub Info (
message As String,
arg1 As Object,
arg2 As Object,
arg3 As Object
)
Parameters
- message
- Type: SystemString
A string containing format items. - arg1
- Type: SystemObject
First argument to format. - arg2
- Type: SystemObject
Second argument to format. - arg3
- Type: SystemObject
Third argument to format.
See Also