• Create a wrapped version of the logger where the context and uuid are already set

    Parameters

    • logger: LoggerInstance

      Logger instance to wrap

    • context: string

      context (class/function) where this logger is logging

    • OptionalcomponentId: string

      component identification

    Returns WrapperLogger