• Creates a a custom logger

    Parameters

    • suffix: string

      name of the module you are working on

    • Optional extraInfo: string

      any other key that can help distinguish where this log is coming from

    Returns {
        debug: Debugger;
        error: Debugger;
    }

    • debug: Debugger
    • error: Debugger