org.jtools.logging.ant
Class AntLevelMapper
java.lang.Object
org.jtools.logging.ant.AntLevelMapper
- All Implemented Interfaces:
- org.jpattern.logging.LevelVisitor<AntLevel,Object>, org.jpattern.mapper.Mapper<AntLevel,org.jpattern.logging.Level>
public class AntLevelMapper
- extends Object
- implements org.jpattern.mapper.Mapper<AntLevel,org.jpattern.logging.Level>, org.jpattern.logging.LevelVisitor<AntLevel,Object>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntLevelMapper
public AntLevelMapper()
map
public AntLevel map(org.jpattern.logging.Level item)
- Specified by:
map
in interface org.jpattern.mapper.Mapper<AntLevel,org.jpattern.logging.Level>
visitSYSTEM
public AntLevel visitSYSTEM(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitSYSTEM
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitFATAL
public AntLevel visitFATAL(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitFATAL
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitERROR
public AntLevel visitERROR(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitERROR
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitWARNING
public AntLevel visitWARNING(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitWARNING
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitINFO
public AntLevel visitINFO(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitINFO
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitVERBOSE
public AntLevel visitVERBOSE(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitVERBOSE
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitDEBUG
public AntLevel visitDEBUG(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitDEBUG
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitFINER
public AntLevel visitFINER(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitFINER
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
visitFINEST
public AntLevel visitFINEST(org.jpattern.logging.Level level,
Object... data)
- Specified by:
visitFINEST
in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>
© 2000-2006, JTools.org.