Package org.apache.maven.plugin.logging
Class SystemStreamLog
java.lang.Object
org.apache.maven.plugin.logging.SystemStreamLog
- All Implemented Interfaces:
Log
Deprecated.
Use SLF4J directly
Logger with "standard" output and error output stream.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence content) Deprecated.Send a message to the user in the debug error level.void
debug
(CharSequence content, Throwable error) Deprecated.Send a message (and accompanying exception) to the user in the debug error level.
The error's stacktrace will be output when this error level is enabled.void
Deprecated.Send an exception to the user in the debug error level.
The stack trace for this exception will be output when this error level is enabled.void
error
(CharSequence content) Deprecated.Send a message to the user in the error error level.void
error
(CharSequence content, Throwable error) Deprecated.Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled.void
Deprecated.Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled.void
info
(CharSequence content) Deprecated.Send a message to the user in the info error level.void
info
(CharSequence content, Throwable error) Deprecated.Send a message (and accompanying exception) to the user in the info error level.
The error's stacktrace will be output when this error level is enabled.void
Deprecated.Send an exception to the user in the info error level.
The stack trace for this exception will be output when this error level is enabled.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.void
warn
(CharSequence content) Deprecated.Send a message to the user in the warn error level.void
warn
(CharSequence content, Throwable error) Deprecated.Send a message (and accompanying exception) to the user in the warn error level.
The error's stacktrace will be output when this error level is enabled.void
Deprecated.Send an exception to the user in the warn error level.
The stack trace for this exception will be output when this error level is enabled.
-
Constructor Details
-
SystemStreamLog
public SystemStreamLog()Deprecated.
-
-
Method Details
-
debug
Deprecated.Description copied from interface:Log
Send a message to the user in the debug error level. -
debug
Deprecated.Description copied from interface:Log
Send a message (and accompanying exception) to the user in the debug error level.
The error's stacktrace will be output when this error level is enabled. -
debug
Deprecated.Description copied from interface:Log
Send an exception to the user in the debug error level.
The stack trace for this exception will be output when this error level is enabled. -
info
Deprecated.Description copied from interface:Log
Send a message to the user in the info error level. -
info
Deprecated.Description copied from interface:Log
Send a message (and accompanying exception) to the user in the info error level.
The error's stacktrace will be output when this error level is enabled. -
info
Deprecated.Description copied from interface:Log
Send an exception to the user in the info error level.
The stack trace for this exception will be output when this error level is enabled. -
warn
Deprecated.Description copied from interface:Log
Send a message to the user in the warn error level. -
warn
Deprecated.Description copied from interface:Log
Send a message (and accompanying exception) to the user in the warn error level.
The error's stacktrace will be output when this error level is enabled. -
warn
Deprecated.Description copied from interface:Log
Send an exception to the user in the warn error level.
The stack trace for this exception will be output when this error level is enabled. -
error
Deprecated.Description copied from interface:Log
Send a message to the user in the error error level. -
error
Deprecated.Description copied from interface:Log
Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled. -
error
Deprecated.Description copied from interface:Log
Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled. -
isDebugEnabled
public boolean isDebugEnabled()Deprecated.- Specified by:
isDebugEnabled
in interfaceLog
- Returns:
- true if the debug error level is enabled
- See Also:
-
isInfoEnabled
public boolean isInfoEnabled()Deprecated.- Specified by:
isInfoEnabled
in interfaceLog
- Returns:
- true if the info error level is enabled
- See Also:
-
isWarnEnabled
public boolean isWarnEnabled()Deprecated.- Specified by:
isWarnEnabled
in interfaceLog
- Returns:
- true if the warn error level is enabled
- See Also:
-
isErrorEnabled
public boolean isErrorEnabled()Deprecated.- Specified by:
isErrorEnabled
in interfaceLog
- Returns:
- true if the error error level is enabled
- See Also:
-