ConsoleLogger
Extends:
Constructor Summary
Public Constructor | ||
public |
constructor(arg_enabled: boolean): nothing Create a Console Logger instance. |
Member Summary
Public Members | ||
public |
|
Method Summary
Public Methods | ||
public |
debug_self(arg_opds: array): nothing Logger DEBUG implementation. |
|
public |
error_self(arg_opds: array): nothing Logger ERROR implementation. |
|
public |
info_self(arg_opds: array): nothing Logger INFO implementation. |
|
public |
warn_self(arg_opds: array): nothing Logger WARN implementation. |
Public Constructors
Public Methods
public debug_self(arg_opds: array): nothing source
Logger DEBUG implementation.
Params:
Name | Type | Attribute | Description |
arg_opds | array | log record array. |
Return:
nothing |
public error_self(arg_opds: array): nothing source
Logger ERROR implementation.
Params:
Name | Type | Attribute | Description |
arg_opds | array | log record array. |
Return:
nothing |
public info_self(arg_opds: array): nothing source
Logger INFO implementation.
Params:
Name | Type | Attribute | Description |
arg_opds | array | log record array. |
Return:
nothing |
public warn_self(arg_opds: array): nothing source
Logger WARN implementation.
Params:
Name | Type | Attribute | Description |
arg_opds | array | log record array. |
Return:
nothing |