org.apache.hivemind.management.log4j
Class LoggerContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.management.log4j.LoggerContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class LoggerContribution
extends org.apache.hivemind.impl.BaseLocatable

Contains contributions defined by the hivemind.management.Logger schema.

Since:
1.1
Author:
Achim Huegen

Constructor Summary
LoggerContribution()
           
 
Method Summary
 java.lang.String getLoggerPattern()
           
 void setLoggerPattern(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

LoggerContribution

public LoggerContribution()
Method Detail

getLoggerPattern

public java.lang.String getLoggerPattern()

setLoggerPattern

public void setLoggerPattern(java.lang.String string)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object