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