public class ByteBuddyLogHandler extends Handler
| Modifier | Constructor and Description |
|---|---|
protected |
ByteBuddyLogHandler(org.apache.maven.plugin.logging.Log log,
Logger logger,
boolean useParentHandlers)
Creates a new log handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
static ByteBuddyLogHandler |
initialize(org.apache.maven.plugin.logging.Log log)
Initializes the Byte Buddy log handler.
|
void |
publish(LogRecord record) |
void |
reset()
Resets the configuration to its original state.
|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevelprotected ByteBuddyLogHandler(org.apache.maven.plugin.logging.Log log,
Logger logger,
boolean useParentHandlers)
log - The Maven logging target.logger - The Byte Buddy logger target.useParentHandlers - true if parent handler delegation was originally enabled.public static ByteBuddyLogHandler initialize(org.apache.maven.plugin.logging.Log log)
log - The Maven logging target.public void reset()
Copyright © 2014–2017. All rights reserved.