Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Log

Hierarchy

  • Log

Index

Properties

Static Private _logLevel

_logLevel: LogLevel

Static debug

debug: function

Type declaration

    • (message: any, method?: string, clz?: string): void
    • Parameters

      • message: any
      • Optional method: string
      • Optional clz: string

      Returns void

Static error

error: function

Type declaration

    • (message: any, method?: string, clz?: string): void
    • Parameters

      • message: any
      • Optional method: string
      • Optional clz: string

      Returns void

Static info

info: function

Type declaration

    • (message: any, method?: string, clz?: string): void
    • Parameters

      • message: any
      • Optional method: string
      • Optional clz: string

      Returns void

Static init

init: void = Log.logLevel(LogLevel.INFO)

Static warn

warn: function

Type declaration

    • (message: any, method?: string, clz?: string): void
    • Parameters

      • message: any
      • Optional method: string
      • Optional clz: string

      Returns void

Methods

Static formatRecString

  • formatRecString(o: any): string

Static isEnabled

Static Private log

  • log(logger: any, message: any, method?: string, clz?: string): void
  • Parameters

    • logger: any
    • message: any
    • Optional method: string
    • Optional clz: string

    Returns void

Static logLevel

Static prettyPrint

  • prettyPrint(o: any): string

Generated using TypeDoc