Uses of Interface
net.bytebuddy.build.BuildLogger
Packages that use BuildLogger
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of BuildLogger in net.bytebuddy.build
Classes in net.bytebuddy.build that implement BuildLoggerModifier and TypeClassDescriptionstatic class
An abstract adapter implementation for a build logger.static class
A compound build logger.static enum
A non-operational build logger that discards all statements.static class
A build logger that writes all statements to aPrintStream
.Fields in net.bytebuddy.build with type parameters of type BuildLoggerModifier and TypeFieldDescriptionprivate final List<BuildLogger>
BuildLogger.Compound.buildLoggers
The build loggers to delegate to.Methods in net.bytebuddy.build that return BuildLoggerModifier and TypeMethodDescriptionstatic BuildLogger
BuildLogger.StreamWriting.toSystemError()
Creates a build logger that writes toSystem.err
.static BuildLogger
BuildLogger.StreamWriting.toSystemOut()
Creates a build logger that writes toSystem.out
.Constructors in net.bytebuddy.build with parameters of type BuildLoggerModifierConstructorDescriptionCompound
(BuildLogger... buildLogger) Creates a new compound build logger.Constructor parameters in net.bytebuddy.build with type arguments of type BuildLoggerModifierConstructorDescriptionCompound
(List<? extends BuildLogger> buildLoggers) Creates a new compound build logger. -
Uses of BuildLogger in net.bytebuddy.build.maven
Classes in net.bytebuddy.build.maven that implement BuildLoggerModifier and TypeClassDescriptionprotected static class
ABuildLogger
implementation for a MavenLog
.