Свойство | Тип | Описание | |
---|---|---|---|
ZeroDate | System.DateTime |
Свойство | Тип | Описание | |
---|---|---|---|
AddCachedLayoutValue | string | ||
CalcFormattedMessage | void | ||
InitEventContext | void | ||
IsSafeToDeferFormatting | bool | ||
NeedToPreformatMessage | bool | ||
TryGetCachedLayoutValue | bool |
Метод | Описание | |
---|---|---|
Create ( NLog.LogLevel logLevel, string loggerName, IFormatProvider formatProvider, [ message, object parameters ) : |
Creates the log event.
|
|
Create ( NLog.LogLevel logLevel, string loggerName, IFormatProvider formatProvider, object message ) : |
Creates the log event.
|
|
Create ( NLog.LogLevel logLevel, string loggerName, [ message ) : |
Creates the log event.
|
|
Create ( NLog.LogLevel logLevel, string loggerName, [ message, |
Creates the log event.
|
|
CreateNullEvent ( ) : |
Creates the null event.
|
|
LogEventInfo ( ) : System |
Initializes a new instance of the LogEventInfo class.
|
|
LogEventInfo ( NLog.LogLevel level, string loggerName, IFormatProvider formatProvider, [ message, object parameters ) : System |
Initializes a new instance of the LogEventInfo class.
|
|
LogEventInfo ( NLog.LogLevel level, string loggerName, IFormatProvider formatProvider, [ message, object parameters, |
Initializes a new instance of the LogEventInfo class.
|
|
LogEventInfo ( NLog.LogLevel level, string loggerName, [ message ) : System |
Initializes a new instance of the LogEventInfo class.
|
|
SetStackTrace ( Windows.Adapters.StackTrace stackTrace, int userStackFrame ) : void |
Sets the stack trace for the event info.
|
|
ToString ( ) : string |
Returns a string representation of this log event.
|
|
WithContinuation ( AsyncContinuation asyncContinuation ) : NLog.Common.AsyncLogEventInfo |
Creates AsyncLogEventInfo from this LogEventInfo by attaching the specified asynchronous continuation.
|
Метод | Описание | |
---|---|---|
AddCachedLayoutValue ( Layout layout, string value ) : string | ||
CalcFormattedMessage ( ) : void | ||
InitEventContext ( ) : void | ||
IsSafeToDeferFormatting ( object value ) : bool | ||
NeedToPreformatMessage ( object parameters ) : bool | ||
TryGetCachedLayoutValue ( Layout layout, string &value ) : bool |
public static Create ( NLog.LogLevel logLevel, string loggerName, IFormatProvider formatProvider, [ message, object parameters ) : |
||
logLevel | NLog.LogLevel | The log level. |
loggerName | string | Name of the logger. |
formatProvider | IFormatProvider | The format provider. |
message | [ | The message. |
parameters | object | The parameters. |
Результат |
public static Create ( NLog.LogLevel logLevel, string loggerName, IFormatProvider formatProvider, object message ) : |
||
logLevel | NLog.LogLevel | The log level. |
loggerName | string | Name of the logger. |
formatProvider | IFormatProvider | The format provider. |
message | object | The message. |
Результат |
public static Create ( NLog.LogLevel logLevel, string loggerName, [ message ) : |
||
logLevel | NLog.LogLevel | The log level. |
loggerName | string | Name of the logger. |
message | [ | The message. |
Результат |
public static Create ( NLog.LogLevel logLevel, string loggerName, [ message, |
||
logLevel | NLog.LogLevel | The log level. |
loggerName | string | Name of the logger. |
message | [ | The message. |
exception | The exception. | |
Результат |
public static CreateNullEvent ( ) : |
||
Результат |
public LogEventInfo ( NLog.LogLevel level, string loggerName, IFormatProvider formatProvider, [ message, object parameters ) : System | ||
level | NLog.LogLevel | Log level. |
loggerName | string | Logger name. |
formatProvider | IFormatProvider | An IFormatProvider that supplies culture-specific formatting information. |
message | [ | Log message including parameter placeholders. |
parameters | object | Parameter array. |
Результат | System |
public LogEventInfo ( NLog.LogLevel level, string loggerName, IFormatProvider formatProvider, [ message, object parameters, |
||
level | NLog.LogLevel | Log level. |
loggerName | string | Logger name. |
formatProvider | IFormatProvider | An IFormatProvider that supplies culture-specific formatting information. |
message | [ | Log message including parameter placeholders. |
parameters | object | Parameter array. |
exception | Exception information. | |
Результат | System |
public LogEventInfo ( NLog.LogLevel level, string loggerName, [ message ) : System | ||
level | NLog.LogLevel | Log level. |
loggerName | string | Logger name. |
message | [ | Log message including parameter placeholders. |
Результат | System |
public SetStackTrace ( Windows.Adapters.StackTrace stackTrace, int userStackFrame ) : void | ||
stackTrace | Windows.Adapters.StackTrace | The stack trace. |
userStackFrame | int | Index of the first user stack frame within the stack trace. |
Результат | void |
public WithContinuation ( AsyncContinuation asyncContinuation ) : NLog.Common.AsyncLogEventInfo | ||
asyncContinuation | AsyncContinuation | The asynchronous continuation. |
Результат | NLog.Common.AsyncLogEventInfo |