AbstractLogger
Direct Subclass:
Member Summary
Public Members | ||
public get |
Exposes console.log. |
|
public get |
Exposes console.error. |
|
public get |
Exposes console.log. |
|
public get |
Exposes console.warn. |
Method Summary
Public Methods | ||
public |
|
Public Members
public get debug: Function: * source
Exposes console.log. Will only print if current level is higher than LogLevels#DEBUG.
public get error: Function: * source
Exposes console.error. Will only print if current level is higher than LogLevels#ERROR.
public get info: Function: * source
Exposes console.log. Will only print if current level is higher than LogLevels#INFO.
public get warning: Function: * source
Exposes console.warn. Will only print if current level is higher than LogLevels#WARNING.