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 |
Full Usage:
Debug
|
|
Full Usage:
Error
|
|
Full Usage:
Info
|
|
Full Usage:
Off
|
|
Full Usage:
Warning
|
Instance members
| Instance member | Description |
Full Usage:
this.IsDebug
Returns: bool
|
|
Full Usage:
this.IsError
Returns: bool
|
|
Full Usage:
this.IsInfo
Returns: bool
|
|
Full Usage:
this.IsOff
Returns: bool
|
|
Full Usage:
this.IsWarning
Returns: bool
|
|
Full Usage:
this.ToHocon
Returns: string
|
|
FCQRS