A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://nlog-project.org/documentation/v4.7.0/html/M_NLog_Common_InternalLogger_Warn__3.htm below:

InternalLoggerWarnTArgument1, TArgument2, TArgument3 Method (String, TArgument1, TArgument2, TArgument3)

InternalLoggerWarnTArgument1, TArgument2, TArgument3 Method (String, TArgument1, TArgument2, TArgument3)

Logs the specified message without an

Exception

at the Trace level.

Namespace:  NLog.Common
Assembly:

NLog (in NLog.dll) Version: 4.7.0+4d138800820311d0b60b6437f1dd2ed1d571d47d

Syntax
public static void Warn<TArgument1, TArgument2, TArgument3>(
	string message,
	TArgument1 arg0,
	TArgument2 arg1,
	TArgument3 arg2
)
Public Shared Sub Warn(Of TArgument1, TArgument2, TArgument3) ( 
	message As String,
	arg0 As TArgument1,
	arg1 As TArgument2,
	arg2 As TArgument3
)

Dim message As String
Dim arg0 As TArgument1
Dim arg1 As TArgument2
Dim arg2 As TArgument3

InternalLogger.Warn(message, arg0, arg1, arg2)
static member Warn : 
        message : string * 
        arg0 : 'TArgument1 * 
        arg1 : 'TArgument2 * 
        arg2 : 'TArgument3 -> unit 
Parameters
message
Type: SystemString
Message which may include positional parameters.
arg0
Type: TArgument1
Argument {0} to the message.
arg1
Type: TArgument2
Argument {1} to the message.
arg2
Type: TArgument3
Argument {2} to the message.
Type Parameters
TArgument1
The type of the first argument.
TArgument2
The type of the second argument.
TArgument3
The type of the third argument.
See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4