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