| LoggerLogOutput Property |
[This is preliminary documentation and is subject to change.]
Namespace:
Monkeyspeak.Logging
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public static ILogOutput LogOutput { get; set; }
Public Shared Property LogOutput As ILogOutput
Get
Set
public:
static property ILogOutput^ LogOutput {
ILogOutput^ get ();
void set (ILogOutput^ value);
}
static member LogOutput : ILogOutput with get, set
Property Value
Type:
ILogOutputExceptions See Also