Returns a new logger with the given properties appended to all log objects created by it

  • Parameters

    • parent: Logger

      Logger Parent logger to inherit from

    • labelsVal: any = []

      (any | any[]) Labels to always apply to logs from this logger

    • context: object = {}

      object Additional properties to always apply to logs from this logger

    • options: {} = {}

      object

      Returns Logger