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