Common Logging 2.0 API Reference |
|
CommonLoggingEntlibTraceListener.LoggerNameFormat Property
Format to use for creating the logger name. Defaults to "{listenerName}.{sourceName}".
[Visual Basic]
Public ReadOnly Property LoggerNameFormat() As
String Public Get
End Get
End Property
[C#]
public
string LoggerNameFormat { public get; }
Remarks
Available placeholders are:
- {listenerName}: the configured name of this listener instance.
- {sourceName}: the trace source name an event originates from (see e.g. TraceEvent.
See Also
CommonLoggingEntlibTraceListener Class | Common.Logging.EntLib Namespace