|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.aop.logging.LogConfiguration
public class LogConfiguration
This is the analogous class to LogConfigBean
which will be stored permanent in the heap by the
GenericLogAspect
class.
Should normally only be used by components of this package.
Constructor Summary | |
---|---|
LogConfiguration()
|
Method Summary | |
---|---|
Map<org.slf4j.Logger,LogLevel> |
getLoggerMap()
|
ScriptNode |
getLogScript()
|
boolean |
isOneLogLinePerLogTextLine()
|
void |
setLoggerMap(Map<org.slf4j.Logger,LogLevel> loggerMap)
Sets a map of (logger, logLevel) pairs. |
void |
setLogScript(ScriptNode logScript)
Sets the log script which should get interpreted by a placeholder script interpreter to generate the log output. |
void |
setOneLogLinePerLogTextLine(boolean oneLogLinePerLogTextLine)
Sets whether each line of the log text should be logged in a separate log line or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogConfiguration()
Method Detail |
---|
public boolean isOneLogLinePerLogTextLine()
setOneLogLinePerLogTextLine(boolean)
public void setOneLogLinePerLogTextLine(boolean oneLogLinePerLogTextLine)
oneLogLinePerLogTextLine
- true or false.public Map<org.slf4j.Logger,LogLevel> getLoggerMap()
setLoggerMap(Map)
public void setLoggerMap(Map<org.slf4j.Logger,LogLevel> loggerMap)
loggerMap
- null or non nullpublic ScriptNode getLogScript()
setLogScript(ScriptNode)
public void setLogScript(ScriptNode logScript)
logScript
- null or non null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |