Common Logging 2.0 API Reference |
|
CommonLoggingEntlibTraceListenerData.LoggerNameFormat Property
The logger name format to use for creating logger names from Name and
[Visual Basic]
<ConfigurationProperty(Name:="loggerNameFormat", DefaultValue:=System.Object, Options:=ConfigurationPropertyOptions.None, IsDefaultCollection:=False, IsRequired:=False, IsKey:=False)> _
Public Property LoggerNameFormat() As
String Public Get
End Get
Public Set
End Set
End Property
[C#]
[ConfigurationProperty(Name="loggerNameFormat", DefaultValue=System.Object, Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)]
public
string LoggerNameFormat { public get; public set; }
See Also
CommonLoggingEntlibTraceListenerData Class | Common.Logging.EntLib Namespace