Methods
getLoggerCfg() → {Object}
Return the logger config... basically the usual default setting for debug
Console only maxLevel error, and nothing file based
- Source:
Returns:
config - console only
- Type
- Object
getLogLevel() → {String}
Get the current log level for the runtime.
- Source:
Returns:
logLevel
- Type
- String
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:
setLogLevel(newLogLevel)
Set the log level for the runtime.
Parameters:
| Name | Type | Description |
|---|---|---|
newLogLevel |
string | The new log level to apply. |
- Source: