Methods
getLoggerCfg() → {Object}
Return the logger config... basically the usual default setting for debug
Console only maxLevel error, and nothing file based
- Source:
Returns:
logging configuration
- Type
- Object
logCritical(message)
Write a critical message to the log.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The message to write to the log. |
- Source:
logDebug(message)
Write a debug message to the log.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The message to write to the log. |
- Source:
logError(message)
Write an error message to the log.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The message to write to the log. |
- Source:
logInfo(message)
Write a informational message to the log.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The message to write to the log. |
- Source:
logNotice(message)
Write a notice message to the log.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The message to write to the log. |
- Source:
logWarning(message)
Write a warning message to the log.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The message to write to the log. |
- Source:
mapCfg()
No mapping to do, just return the input
- Source: