Log
Provides well-formatted logging with log level filtering.
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
loggers: *[] |
|
Method Summary
| Public Methods | ||
| public |
addLogger(logger: *) |
|
| public |
send(level: *, tag: *, text: *) |
|
| public |
sendObject(level: *, tag: *, text: *, object: *) |
|
Public Constructors
public constructor() source
Public Members
public loggers: *[] source
Public Methods
public addLogger(logger: *) source
Params:
| Name | Type | Attribute | Description |
| logger | * |
public send(level: *, tag: *, text: *) source
Params:
| Name | Type | Attribute | Description |
| level | * | ||
| tag | * | ||
| text | * |
public sendObject(level: *, tag: *, text: *, object: *) source
Params:
| Name | Type | Attribute | Description |
| level | * | ||
| tag | * | ||
| text | * | ||
| object | * |
