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