Common Logging 2.0 API Reference

CommonLoggingEntlibTraceListenerData.Formatter Property

Gets or Sets the formatter name

[Visual Basic]
<ConfigurationProperty(IsRequired:=False, Name:="formatter", DefaultValue:=System.Object, Options:=ConfigurationPropertyOptions.None, IsDefaultCollection:=False, IsKey:=False)> _
Public Property Formatter() As String
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
[ConfigurationProperty(IsRequired=False, Name="formatter", DefaultValue=System.Object, Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsKey=False)]
public string Formatter { public get; public set; }

See Also

CommonLoggingEntlibTraceListenerData Class | Common.Logging.EntLib Namespace