Prelude API
    Preparing search index...

    Function of

    • Factory function that creates a new Log instance.

      Useful when star importing this package.

      Parameters

      • ...args: [
            name: string,
            {
                level?: "trace"
                | "debug"
                | "info"
                | "warn"
                | "error"
                | "fatal";
                target?: Target.t;
            }?,
        ]

      Returns Log

      A new Log instance