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_LogEventInfo_Create_4.htm below:

LogEventInfoCreate Method (LogLevel, String, String)

LogEventInfoCreate Method (LogLevel, String, String)

Creates the log event.

Namespace:  NLog
Assembly:

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

Syntax
public static LogEventInfo Create(
	LogLevel logLevel,
	string loggerName,
	string message
)
Public Shared Function Create ( 
	logLevel As LogLevel,
	loggerName As String,
	message As String
) As LogEventInfo

Dim logLevel As LogLevel
Dim loggerName As String
Dim message As String
Dim returnValue As LogEventInfo

returnValue = LogEventInfo.Create(logLevel, 
	loggerName, message)
static member Create : 
        logLevel : LogLevel * 
        loggerName : string * 
        message : string -> LogEventInfo 
Parameters
logLevel
Type: NLogLogLevel
The log level.
loggerName
Type: SystemString
Name of the logger.
message
Type: SystemString
The message.
Return Value

Type:

LogEventInfo

Instance of

LogEventInfo

.

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