Class Logger
- java.lang.Object
-
- org.codehaus.groovy.tools.shell.util.Logger
-
public final class Logger extends Object
Provides a very, very basic logging API.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Loggercreate(Class type)static Loggercreate(Class type, String suffix)voiddebug(Object msg)voiddebug(Object msg, Throwable cause)voiderror(Object msg)voiderror(Object msg, Throwable cause)booleanisDebug()booleanisDebugEnabled()voidwarn(Object msg)voidwarn(Object msg, Throwable cause)
-