org.jboss.logbridge
Class LevelMapper
java.lang.Object
org.jboss.logbridge.LevelMapper
public final class LevelMapper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LevelMapper
public LevelMapper()
registerMapping
public org.apache.log4j.Level registerMapping(int targetLevelValue,
int targetSyslogLevel,
SourceLevelKey sourceKey)
registerMapping
public org.apache.log4j.Level registerMapping(org.apache.log4j.Level targetLevel,
SourceLevelKey sourceKey)
getSourceLevelForTargetLevel
public java.util.logging.Level getSourceLevelForTargetLevel(org.apache.log4j.Level targetLevel)
getTargetLevelForSourceLevel
public org.apache.log4j.Level getTargetLevelForSourceLevel(java.util.logging.Level sourceLevel)
Copyright © 2009. All Rights Reserved.