static class LogHandler.StdErr extends LogHandler
LogHandler.StdErr, LogHandler.StdOutlogger| Constructor and Description |
|---|
StdErr(org.apache.maven.plugin.logging.Log logger,
Level logLevel,
String errPrefix,
String warnPrefix,
String debugPrefix) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
logDefault(String line)
Implement to chose the default log level for an input line.
|
isDebug, isError, isWarn, processLineclose, flush, getMessageLevel, processBuffer, processLine, write, writewritevoid logDefault(String line)
LogHandlerlogDefault in class LogHandlerline - the line to log, that has not been identified as ERROR/WARN/DEBUG.Copyright © 2020. All rights reserved.