public class ConfigLoggingHelper extends HelperBase
_context, _log, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
ConfigLoggingHelper()Create a new helper for logging configuration. |
| Modifier and Type | Method and Description |
|---|---|
String | getDatePattern()Retrieve the current log date format pattern. |
String | getDefaultLogLevelBox()Generate the HTML select box for the default log level. |
String | getLogCompress()Whether log compression is enabled. |
String | getLogFilePattern()Retrieve the current log file pattern. |
String | getLogLevelTable()Generate the HTML table for configuring log levels by class/package. |
String | getMaxFileSize()Retrieve the maximum log file size. |
String | getNewClassBox()All the classes the log manager knows about, except ones that
already have overrides. |
String | getRecordPattern()Retrieve the current log record format pattern. |
void | setContextId(String contextId)Configure this bean to query a particular router context. |
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, storeWriterpublic ConfigLoggingHelper()
public String getDatePattern()
public String getDefaultLogLevelBox()
public String getLogCompress()
public String getLogFilePattern()
public String getLogLevelTable()
public String getMaxFileSize()
public String getNewClassBox()
public String getRecordPattern()
public void setContextId(String contextId)
HelperBasesetContextId in class HelperBasecontextId - beginning few characters of the routerHash, or null to pick
the first one we come across.