Class PluginConsoleLogger

java.lang.Object
org.apache.maven.plugin.surefire.log.PluginConsoleLogger
All Implemented Interfaces:
ConsoleLogger

public final class PluginConsoleLogger extends Object implements ConsoleLogger
TODO remove this as thread safety should be handled by the underlying logging framework no need to add complexity Wrapper logger of miscellaneous implementations of Logger. This instance is synchronized. The logger operations are mutually exclusive to standard out, standard err and console err/warn/info/debug logger operations, see DefaultReporterFactory, TestSetRunListener.
Since:
2.20
Author:
Tibor Digana (tibor17)
See Also: