Stratal API Reference
Preparing search index...
stratal
ApplicationConfig
Interface ApplicationConfig
interface
ApplicationConfig
{
logging
?:
{
formatter
?:
"json"
|
"pretty"
;
level
?:
LogLevel
}
;
module
:
DynamicModule
|
ModuleClass
<
object
>
;
}
Index
Properties
logging?
module
Properties
Optional
logging
logging
?:
{
formatter
?:
"json"
|
"pretty"
;
level
?:
LogLevel
}
Logging configuration. Defaults: level=INFO, formatter='json'
module
module
:
DynamicModule
|
ModuleClass
<
object
>
Root application module
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
logging
module
Stratal API Reference
Loading...
Logging configuration. Defaults: level=INFO, formatter='json'