Package groovy.util.logging


package groovy.util.logging
Logging framework integration via AST transformations.

Automatic logger injection for: @Log (java.util.logging), @Commons (Apache Commons Logging), and @Log4j/@Slf4j/@Log4j2/@PlatformLog for other frameworks. Includes automatic log-level guard optimization.

  • Class
    Description
    This local transform adds a logging ability to your program using Apache Commons logging.
    Logging strategy for Apache Commons Logging.
    This local transform adds a logging ability to your program using java.util.logging.
    This class contains the logic of how to weave a Java Util Logging logger into the host class.
    This local transform adds a logging ability to your program using Log4j logging.
    Logging strategy for Log4j 1.x.
    This local transform adds a logging ability to your program using Log4j2 logging.
    Logging strategy for Log4j 2.
    This local transform adds a logging ability to your program using java.logging.
    This class contains the logic of how to weave a Java platform logger into the host class.
    This local transform adds a logging ability to your program using LogBack logging.
    Logging strategy for SLF4J.