Methods
debug
- debug(msg: any, caller?: any, executor?: any): void
Parameters
msg: any
caller: any = undefined
executor: any = undefined
Returns void
error
- error(err: any, throwError?: boolean, caller?: any, executor?: any): void
Parameters
err: any
throwError: boolean = true
caller: any = undefined
executor: any = undefined
Returns void
log
- log(msg: any, caller?: any, executor?: any): void
Parameters
msg: any
caller: any = undefined
executor: any = undefined
Returns void
warn
- warn(msg: any, caller?: any, executor?: any): void
Parameters
msg: any
caller: any = undefined
executor: any = undefined
Returns void
输出一段调试信息,当consts常量中的DEBUG为true的时候才会输出