Свойство | Тип | Описание | |
---|---|---|---|
m_precision | int |
Метод | Описание | |
---|---|---|
ActivateOptions ( ) : void |
Initialize the converter This is part of the T:log4net.Core.IOptionHandler delayed object activation scheme. The M:log4net.Layout.Pattern.NamedPatternConverter.ActivateOptions method must be called on this object after the configuration properties have been set. Until M:log4net.Layout.Pattern.NamedPatternConverter.ActivateOptions is called this object is in an undefined state and must not be used. If any of the configuration properties are modified then M:log4net.Layout.Pattern.NamedPatternConverter.ActivateOptions must be called again. |
Метод | Описание | |
---|---|---|
Convert ( |
Convert the pattern to the rendered message Render the M:log4net.Layout.Pattern.NamedPatternConverter.GetFullyQualifiedName(log4net.Core.LoggingEvent) to the precision specified by the P:log4net.Util.PatternConverter.Option property. |
|
GetFullyQualifiedName ( log4net.Core.LoggingEvent loggingEvent ) : string |
Get the fully qualified string data Overridden by subclasses to get the fully qualified name before the precision is applied to it. Return the fully qualified |
protected Convert ( |
||
writer | ||
loggingEvent | log4net.Core.LoggingEvent | the event being logged |
Результат | void |
protected abstract GetFullyQualifiedName ( log4net.Core.LoggingEvent loggingEvent ) : string | ||
loggingEvent | log4net.Core.LoggingEvent | the event being logged |
Результат | string |