Package org.h2.message


package org.h2.message

Trace (logging facility) and error message tool.

  • Class
    Description
    This exception wraps a checked exception.
    This class represents a trace module.
    The base class for objects that can print trace information about themselves.
    The trace mechanism is the logging facility of this database.
    The backend of the trace system must implement this interface.
    This adapter sends log output to SLF4J.