org.apache.hivemind.management.log4j
Class LoggerContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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
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 |
LoggerContribution
public LoggerContribution()
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