Uses of Interface
net.anwiba.commons.logging.IMessageFactory
-
Packages that use IMessageFactory Package Description net.anwiba.commons.logging net.anwiba.commons.logging.log4j2 -
-
Uses of IMessageFactory in net.anwiba.commons.logging
Methods in net.anwiba.commons.logging with parameters of type IMessageFactory Modifier and Type Method Description default voidILogger. all(IMessageFactory factory)default voidILogger. debug(IMessageFactory factory)default voidILogger. error(IMessageFactory factory)default voidILogger. fatal(IMessageFactory factory)default voidILogger. fine(IMessageFactory factory)default voidILogger. info(IMessageFactory factory)voidILogger. log(ILevel level, IMessageFactory factory)default voidILogger. serve(IMessageFactory factory)default voidILogger. warning(IMessageFactory factory) -
Uses of IMessageFactory in net.anwiba.commons.logging.log4j2
Methods in net.anwiba.commons.logging.log4j2 with parameters of type IMessageFactory Modifier and Type Method Description voidLogger. log(ILevel level, IMessageFactory factory)
-