Function createLogFunc

  • Create a function that will log messages with a hardcoded section.

    Returns

    Log function with hardcoded section.

    Parameters

    • logger: Readonly<Logger>

      The logger.

    • section: string

      The section which the log function should log.

    • Optional subsection: string

      Additional section information (subsection).

    Returns LogFunc

Generated using TypeDoc