Variable LogTypeConst

LogType: {
    comment: string;
    debug: string;
    error: string;
    event: string;
    info: string;
    log: string;
    warn: string;
} = ...

Type declaration

  • comment: string
  • debug: string
  • error: string
  • event: string
  • info: string
  • log: string
  • warn: string

Generated using TypeDoc