public static abstract class LogASTTransformation.AbstractLoggingStrategy
extends Object
implements LoggingStrategy
Base class for logging strategy implementations.
| Modifiers | Name | Description |
|---|---|---|
protected GroovyClassLoader |
loader |
The class loader for resolving logging implementation classes. |
| Constructor and description |
|---|
protected AbstractLoggingStrategy(GroovyClassLoader loader)Creates a new logging strategy with the given class loader. |
protected AbstractLoggingStrategy()Creates a new logging strategy using the default class loader. |
The class loader for resolving logging implementation classes.
Creates a new logging strategy with the given class loader.
loader - the class loader for loading logging implementation classesCreates a new logging strategy using the default class loader.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.