Header menu logo FCQRS

AkkaLogLevel Type

Akka's internal log verbosity. FCQRS ships with Akka logging OFF (it is chatty); this enables it without hand-editing HOCON/config.

Union cases

Union case Description

Debug

Full Usage: Debug

Error

Full Usage: Error

Info

Full Usage: Info

Off

Full Usage: Off

Warning

Full Usage: Warning

Instance members

Instance member Description

this.IsDebug

Full Usage: this.IsDebug

Returns: bool
Returns: bool

this.IsError

Full Usage: this.IsError

Returns: bool
Returns: bool

this.IsInfo

Full Usage: this.IsInfo

Returns: bool
Returns: bool

this.IsOff

Full Usage: this.IsOff

Returns: bool
Returns: bool

this.IsWarning

Full Usage: this.IsWarning

Returns: bool
Returns: bool

this.ToHocon

Full Usage: this.ToHocon

Returns: string
Returns: string

Type something to start searching.