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