net.sourceforge.hiveutils.service.impl
Class LoggingContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by 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

Constructor Summary
LoggingContribution()
           
 
Method Summary
 LoggingLevel getLogEnter()
           
 LoggingLevel getLogLeave()
           
 LoggingLevel getLogThrow()
           
 java.lang.String getPattern()
           
 void setLogEnter(LoggingLevel logEnter)
           
 void setLogLeave(LoggingLevel logLeave)
           
 void setLogThrow(LoggingLevel logThrow)
           
 void setPattern(java.lang.String string)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

LoggingContribution

public LoggingContribution()
Method Detail

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