Interface ZBCustomLogger

Hierarchy

  • ZBCustomLogger

Properties

Properties

debug: ((message: string) => void)

Type declaration

    • (message: string): void
    • Receives a JSON-stringified ZBLogMessage

      Parameters

      • message: string

      Returns void

error: ((message: string) => void)

Type declaration

    • (message: string): void
    • Receives a JSON-stringified ZBLogMessage

      Parameters

      • message: string

      Returns void

info: ((message: string) => void)

Type declaration

    • (message: string): void
    • Receives a JSON-stringified ZBLogMessage

      Parameters

      • message: string

      Returns void

Generated using TypeDoc