Class PluginConsoleLogger
java.lang.Object
org.apache.maven.plugin.surefire.log.PluginConsoleLogger
- All Implemented Interfaces:
org.apache.maven.plugin.surefire.log.api.ConsoleLogger
public final class PluginConsoleLogger
extends Object
implements org.apache.maven.plugin.surefire.log.api.ConsoleLogger
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:
-
ConsoleLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence content, Throwable error) void
void
void
void
void
boolean
boolean
boolean
boolean
void
warning
(CharSequence content, Throwable error) void
-
Constructor Details
-
PluginConsoleLogger
public PluginConsoleLogger(org.codehaus.plexus.logging.Logger plexusLogger)
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
debug
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabled
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
warning
- Specified by:
warning
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
warning
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabled
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.surefire.log.api.ConsoleLogger
-