Package com.spotify.fmt
Class Logger
java.lang.Object
org.apache.maven.plugin.logging.SystemStreamLog
com.spotify.fmt.Logger
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
class Logger
extends org.apache.maven.plugin.logging.SystemStreamLog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(CharSequence content) voiddebug(CharSequence content, Throwable error) voidbooleanMethods inherited from class org.apache.maven.plugin.logging.SystemStreamLog
error, error, error, info, info, info, isErrorEnabled, isInfoEnabled, isWarnEnabled, warn, warn, warn
-
Field Details
-
debug
volatile boolean debug
-
-
Constructor Details
-
Logger
Logger()
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.maven.plugin.logging.Log- Overrides:
isDebugEnabledin classorg.apache.maven.plugin.logging.SystemStreamLog
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log- Overrides:
debugin classorg.apache.maven.plugin.logging.SystemStreamLog
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log- Overrides:
debugin classorg.apache.maven.plugin.logging.SystemStreamLog
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log- Overrides:
debugin classorg.apache.maven.plugin.logging.SystemStreamLog
-