org.apache.logging.log4j.core.tools
Class Generate.ExtendedLogger
java.lang.Object
org.apache.logging.log4j.core.tools.Generate.ExtendedLogger
- Enclosing class:
- Generate
public static final class Generate.ExtendedLogger
- extends Object
Generates source code for extended logger wrappers that provide convenience methods for the specified custom
levels, and by extending org.apache.logging.log4j.spi.ExtendedLoggerWrapper
, inherit the convenience
methods for the built-in levels provided by the Logger
interface.
Method Summary |
static void |
main(String[] args)
Generates source code for extended logger wrappers that provide convenience methods for the specified custom
levels. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Generates source code for extended logger wrappers that provide convenience methods for the specified custom
levels.
- Parameters:
args
- className of the custom logger to generate, followed by a NAME=intLevel pair for each custom log
level to generate convenience methods for
Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.