Click or drag to resize

InternalLoggerInfoTArgument1 Method (String, TArgument1)

Logs the specified message without an Exception at the Trace level.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public static void Info<TArgument1>(
	string message,
	TArgument1 arg0
)

Parameters

message
Type: SystemString
Message which may include positional parameters.
arg0
Type: TArgument1
Argument {0} to the message.

Type Parameters

TArgument1
The type of the first argument.
See Also