botas-core
    Preparing search index...

    Variable debugLoggerConst

    debugLogger: Logger = ...

    Default logger backed by the debug package.

    Each level maps to a separate namespace so you can filter precisely:

    DEBUG=botas:*            # all levels
    DEBUG=botas:info,botas:warn,botas:error # info and above
    DEBUG=botas:error # errors only