Stratal API Reference
    Preparing search index...

    Interface ApplicationConfig

    interface ApplicationConfig {
        logging?: { formatter?: "json" | "pretty"; level?: LogLevel };
        module: DynamicModule | ModuleClass<object>;
    }
    Index

    Properties

    Properties

    logging?: { formatter?: "json" | "pretty"; level?: LogLevel }

    Logging configuration. Defaults: level=INFO, formatter='json'

    module: DynamicModule | ModuleClass<object>

    Root application module