zeed
    Preparing search index...

    Type Alias LogConfig

    LogConfig: LoggerInterface | string | number | null | undefined | boolean

    Simple log configuration for use in modular scenarios.

    LogConfig can be of various types:

    1. LoggerInterface: Just a complete logger howeveryou like it
    2. true: The default logger on
    3. string: Logger with name
    4. number: Logger with level e.g. set to 0 to see all

    All others turn it off.