Click or drag to resize
Akka.NETLoggingBusLogLevel Property
The minimum log level that this bus will subscribe to, any LogEvents with a log level below will not be subscribed to.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LogLevel LogLevel { get; }

Property Value

Type: LogLevel
See Also