connectwise-rest
    Preparing search index...

    Type Alias CWLogger

    CWLogger: (
        level: LoggingLevels,
        text: string,
        meta?: Record<string, unknown>,
    ) => void

    Type Declaration

      • (level: LoggingLevels, text: string, meta?: Record<string, unknown>): void
      • Parameters

        • level: LoggingLevels
        • text: string
        • Optionalmeta: Record<string, unknown>

        Returns void