| LogFactoryFormatter Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the log formatter.
Namespace: YallaAssembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax public ILogFormatter Formatter { get; set; }
Public Property Formatter As ILogFormatter
Get
Set
public:
property ILogFormatter^ Formatter {
ILogFormatter^ get ();
void set (ILogFormatter^ value);
}
member Formatter : ILogFormatter with get, set
Property Value
Type:
ILogFormatterLog formatter.
See Also