- enableLogging(Log) - Method in interface org.apache.maven.doxia.logging.LogEnabled
-
Enable a Doxia
logger for this Doxia
component.
- error(CharSequence) - Method in interface org.apache.maven.doxia.logging.Log
-
Send a message to the user in the error error level.
- error(CharSequence, Throwable) - Method in interface org.apache.maven.doxia.logging.Log
-
Send a message (and accompanying exception) to the user in the error error level.
- error(Throwable) - Method in interface org.apache.maven.doxia.logging.Log
-
Send an exception to the user in the error error level.
- error(CharSequence) - Method in class org.apache.maven.doxia.logging.PlexusLoggerWrapper
-
Send a message to the user in the error error level.
- error(CharSequence, Throwable) - Method in class org.apache.maven.doxia.logging.PlexusLoggerWrapper
-
Send a message (and accompanying exception) to the user in the error error level.
- error(Throwable) - Method in class org.apache.maven.doxia.logging.PlexusLoggerWrapper
-
Send an exception to the user in the error error level.
- error(CharSequence) - Method in class org.apache.maven.doxia.logging.SystemStreamLog
-
Send a message to the user in the error error level.
- error(CharSequence, Throwable) - Method in class org.apache.maven.doxia.logging.SystemStreamLog
-
Send a message (and accompanying exception) to the user in the error error level.
- error(Throwable) - Method in class org.apache.maven.doxia.logging.SystemStreamLog
-
Send an exception to the user in the error error level.