Uses of Interface
net.anwiba.commons.logging.ILevel
-
Packages that use ILevel Package Description net.anwiba.commons.logging net.anwiba.commons.logging.java net.anwiba.commons.logging.log4j2 -
-
Uses of ILevel in net.anwiba.commons.logging
Classes in net.anwiba.commons.logging that implement ILevel Modifier and Type Class Description static classILevel.LevelFields in net.anwiba.commons.logging declared as ILevel Modifier and Type Field Description static ILevelILevel. ALLstatic ILevelILevel. DEBUGstatic ILevelILevel. ERRORstatic ILevelILevel. FATALstatic ILevelILevel. FINEstatic ILevelILevel. INFOstatic ILevelILevel. SEVEREstatic ILevelILevel. WARNINGMethods in net.anwiba.commons.logging with parameters of type ILevel Modifier and Type Method Description booleanILogger. isLoggable(ILevel level)voidILogger. log(ILevel level, java.lang.String message)voidILogger. log(ILevel level, java.lang.String message, java.lang.Throwable throwable)voidILogger. log(ILevel level, IMessageFactory factory) -
Uses of ILevel in net.anwiba.commons.logging.java
Methods in net.anwiba.commons.logging.java with parameters of type ILevel Modifier and Type Method Description static java.util.logging.LevelJavaLogging. create(ILevel level) -
Uses of ILevel in net.anwiba.commons.logging.log4j2
Methods in net.anwiba.commons.logging.log4j2 with parameters of type ILevel Modifier and Type Method Description booleanLogger. isLoggable(ILevel level)voidLogger. log(ILevel level, java.lang.String message)voidLogger. log(ILevel level, java.lang.String message, java.lang.Throwable throwable)voidLogger. log(ILevel level, IMessageFactory factory)
-