Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

NamedPatternConverter.GetFullyQualifiedName�Method�

Get the fully qualified string data

[Visual�Basic]
MustOverride�Protected�Function�GetFullyQualifiedName( _
���ByVal loggingEvent�As�LoggingEvent�_
)�As�String
[C#]
protected�abstract�string�GetFullyQualifiedName(
���LoggingEventloggingEvent
);

Parameters

loggingEvent
the event being logged

Return Value

the fully qualified name

Remarks

Overridden by subclasses to get the fully qualified name before the precision is applied to it.

Return the fully qualified '.' (dot/period) separated string.

See Also

NamedPatternConverter Class | log4net.Layout.Pattern Namespace