Converter to output and truncate '.' separated strings
Inheritance Hierarchy
log4net.Util PatternConverter
log4net.Layout.Pattern PatternLayoutConverter
log4net.Layout.Pattern NamedPatternConverter
Namespace: log4net.Layout.Pattern
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
This abstract class supports truncating a '.' separated string to show a specified number of elements from the right hand side. This is used to truncate class names that are fully qualified.
Subclasses should override the GetFullyQualifiedName(LoggingEvent) method to return the fully qualified string.
See Also