- Preparing search index...
- The search index is not available
oops-framework
Properties
Static Private tags
tags: number = 0
Methods
Static Private blue
- blue(tag: LogType, msg: any, describe?: string): void
-
Parameters
-
-
msg: any
-
Optional describe: string
Returns void
Static end
- end(describe?: string): void
-
Parameters
-
describe: string = "Time"
Returns void
Static Private getDateString
- getDateString(): string
-
Returns string
Static Private gray
- gray(tag: LogType, msg: any, describe?: string): void
-
Parameters
-
-
msg: any
-
Optional describe: string
Returns void
Static Private green
- green(tag: LogType, msg: any, describe?: string): void
-
Parameters
-
-
msg: any
-
Optional describe: string
Returns void
Static Private init
- init(): void
-
Returns void
Static Private isOpen
- isOpen(tag: LogType): boolean
-
Returns boolean
Static logBusiness
- logBusiness(msg: any, describe?: string): void
-
Parameters
-
msg: any
-
Optional describe: string
Returns void
Static logConfig
- logConfig(msg: any, describe?: string): void
-
Parameters
-
msg: any
-
Optional describe: string
Returns void
Static logModel
- logModel(msg: any, describe?: string): void
-
Parameters
-
msg: any
-
Optional describe: string
Returns void
Static logNet
- logNet(msg: any, describe?: string): void
-
Parameters
-
msg: any
-
Optional describe: string
Returns void
Static logView
- logView(msg: any, describe?: string): void
-
Parameters
-
msg: any
-
Optional describe: string
Returns void
Static Private orange
- orange(tag: LogType, msg: any, describe?: string): void
-
Parameters
-
-
msg: any
-
Optional describe: string
Returns void
Static Private print
- print(tag: LogType, msg: any, color: string, describe?: string): void
-
Parameters
-
-
msg: any
-
color: string
-
Optional describe: string
Returns void
Static setTags
- setTags(tag?: LogType): void
-
Returns void
Static Private stack
- stack(index: number): string
-
Returns string
Static start
- start(describe?: string): void
-
Parameters
-
describe: string = "Time"
Returns void
Static table
- table(msg: any, describe?: string): void
-
Parameters
-
msg: any
-
Optional describe: string
Returns void
Static trace
- trace(msg: any, color?: string): void
-
Parameters
-
msg: any
-
color: string = "color:#ffffff;"
Returns void
Static Private violet
- violet(tag: LogType, msg: any, describe?: string): void
-
Parameters
-
-
msg: any
-
Optional describe: string
Returns void
日志管理
Example