net.sourceforge.hiveutils.service.impl
Class LoggingContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hiveutils.service.impl.LoggingContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class LoggingContribution
- extends org.apache.hivemind.impl.BaseLocatable
Represents a configuration parameter to the Logging Interceptor
configured for a service.
- Author:
- Jean-Francois Poilpret
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoggingContribution
public LoggingContribution()
setPattern
public void setPattern(java.lang.String string)
getPattern
public java.lang.String getPattern()
setLogEnter
public void setLogEnter(LoggingLevel logEnter)
getLogEnter
public LoggingLevel getLogEnter()
setLogLeave
public void setLogLeave(LoggingLevel logLeave)
getLogLeave
public LoggingLevel getLogLeave()
setLogThrow
public void setLogThrow(LoggingLevel logThrow)
getLogThrow
public LoggingLevel getLogThrow()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object