Package org.liquibase.maven.plugins
Class MavenLog
java.lang.Object
org.liquibase.maven.plugins.MavenLog
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMavenLog
(org.apache.maven.plugin.logging.Log actualLog, MavenLog.Level level) -
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence charSequence) void
debug
(CharSequence charSequence, Throwable throwable) void
void
error
(CharSequence charSequence) void
error
(CharSequence charSequence, Throwable throwable) void
void
info
(CharSequence charSequence) void
info
(CharSequence charSequence, Throwable throwable) void
boolean
boolean
boolean
boolean
void
warn
(CharSequence charSequence) void
warn
(CharSequence charSequence, Throwable throwable) void
-
Constructor Details
-
MavenLog
-
MavenLog
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
-