Package org.apache.maven.api.cli.logging
package org.apache.maven.api.cli.logging
Provides early-stage logging capabilities for Maven CLI operations.
These logging facilities are used during Maven startup before the full logging
system is initialized.
This package includes:
- Basic logging interfaces and implementations
- Support for different logging levels (DEBUG, INFO, WARN, ERROR)
- Accumulating loggers for deferred output
- Since:
- 4.0.0
-
ClassesClassDescriptionEarly CLI
Logger
that simply accumulates log entries until some point a real logger can emit them.