SettingsStdoutLogLevel Property |
Gets the stdout log level.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string StdoutLogLevel { get; }
Public ReadOnly Property StdoutLogLevel As String
Get
public:
property String^ StdoutLogLevel {
String^ get ();
}
member StdoutLogLevel : string with get
Property Value
Type:
StringThe stdout log level.
See Also