Java org.jfree.util Log fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.util Log fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.util Log.

The text is from its open source code.

Method

voiddebug(final Object message)
A convenience method for logging a 'debug' message.
voiddebug(final Object message, final Exception e)
A convenience method for logging a 'debug' message.
voiderror(final Object message, final Exception e)
A convenience method for logging an 'error' message.
voiderror(final Object message)
A convenience method for logging an 'error' message.
LoggetInstance()
Returns the singleton Log instance.
voidinfo(final Object message)
A convenience method for logging an 'info' message.
voidwarn(final Object message)
A convenience method for logging a 'warning' message.
voidwarn(final Object message, final Exception e)
A convenience method for logging a 'warning' message.