org.codehaus.griffon.compiler
[Java] Class LoggingInjectionOperation
java.lang.Object
org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
org.codehaus.griffon.compiler.LoggingInjectionOperation
public class LoggingInjectionOperation
extends CompilationUnit.PrimaryClassNodeOperation
Injects conditional logging on Griffon artifacts.
Based on the work done for LogASTTransformation and Slf4jLoggingStrategy by: Guillaume Laforge,
Jochen Theodorou, Dinko Srkoc, Hamlet D'Arcy, Raffaele Cigni, Alberto Vilches Raton, Tomasz Bujok,
Martin Ghados, Matthias Cullmann, Alberto Mijares.
- Authors:
- Andres Almiray
Methods inherited from class CompilationUnit.PrimaryClassNodeOperation
|
call, needSortedInput, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
LOG
private static final Logger LOG
-
LOG_VARIABLE_NAME
private static final String LOG_VARIABLE_NAME
-
LoggingInjectionOperation
LoggingInjectionOperation()
-
call
public void call(SourceUnit source, GeneratorContext context, ClassNode classNode)
-
Groovy Documentation