| Package | Description |
|---|---|
| net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildLogger.Adapter
An abstract adapter implementation for a build logger.
|
static class |
BuildLogger.Compound
A compound build logger.
|
static class |
BuildLogger.NoOp
A non-operational build logger that discards all statements.
|
static class |
BuildLogger.StreamWriting
A build logger that writes all statements to a
PrintStream. |
| Modifier and Type | Method and Description |
|---|---|
static BuildLogger |
BuildLogger.StreamWriting.toSystemError()
Creates a build logger that writes to
System.err. |
static BuildLogger |
BuildLogger.StreamWriting.toSystemOut()
Creates a build logger that writes to
System.out. |
| Constructor and Description |
|---|
Compound(BuildLogger... buildLogger)
Creates a new compound build logger.
|
| Constructor and Description |
|---|
Compound(List<? extends BuildLogger> buildLoggers)
Creates a new compound build logger.
|
Copyright © 2014–2023. All rights reserved.