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