StandardOutLoggerUseColors Property |
[Missing <summary> documentation for "P:Akka.Event.StandardOutLogger.UseColors"]
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static bool UseColors { get; set; }
Public Shared Property UseColors As Boolean
Get
Set
public:
static property bool UseColors {
bool get ();
void set (bool value);
}
static member UseColors : bool with get, set
Property Value
Type:
Boolean
See Also