public class HandleLog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HandleLog.HandleCommonsLog
Handles the
CommonsLog annotation for javac. |
static class |
HandleLog.HandleJulLog
Handles the
Log annotation for javac. |
static class |
HandleLog.HandleLog4j2Log
Handles the
Log4j2 annotation for javac. |
static class |
HandleLog.HandleLog4jLog
Handles the
Log4j annotation for javac. |
static class |
HandleLog.HandleSlf4jLog
Handles the
Slf4j annotation for javac. |
static class |
HandleLog.HandleXSlf4jLog
Handles the
XSlf4j annotation for javac. |
| Modifier and Type | Method and Description |
|---|---|
static void |
processAnnotation(lombok.javac.handlers.HandleLog.LoggingFramework framework,
AnnotationValues<?> annotation,
JavacNode annotationNode) |
public static void processAnnotation(lombok.javac.handlers.HandleLog.LoggingFramework framework,
AnnotationValues<?> annotation,
JavacNode annotationNode)
Copyright © 2009-2013 The Project Lombok Authors, licensed under the MIT licence.