Package net.i2p.router.web.helpers
Class ConfigLoggingHelper
- java.lang.Object
-
- net.i2p.router.web.HelperBase
-
- net.i2p.router.web.helpers.ConfigLoggingHelper
-
public class ConfigLoggingHelper extends HelperBase
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description ConfigLoggingHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDatePattern()
String
getDefaultLogLevelBox()
String
getLogCompress()
String
getLogFilePattern()
String
getLogLevelTable()
String
getMaxFileSize()
String
getNewClassBox()
All the classes the log manager knows about, except ones that already have overridesString
getRecordPattern()
void
setContextId(String contextId)
Configure this bean to query a particular router context-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, storeWriter
-
-
-
-
Method Detail
-
setContextId
public void setContextId(String contextId)
Description copied from class:HelperBase
Configure this bean to query a particular router context- Overrides:
setContextId
in classHelperBase
- Parameters:
contextId
- beginning few characters of the routerHash, or null to pick the first one we come across.- Since:
- 0.9.57
-
getLogFilePattern
public String getLogFilePattern()
-
getRecordPattern
public String getRecordPattern()
-
getDatePattern
public String getDatePattern()
-
getMaxFileSize
public String getMaxFileSize()
-
getLogCompress
public String getLogCompress()
- Since:
- 0.9.57
-
getLogLevelTable
public String getLogLevelTable()
-
getDefaultLogLevelBox
public String getDefaultLogLevelBox()
-
getNewClassBox
public String getNewClassBox()
All the classes the log manager knows about, except ones that already have overrides- Since:
- 0.8.1
-
-