Package org.nineml.logging


package org.nineml.logging
Logging framework.

This package provides a simple logging framework that can either write directly to stderr or be linked to a more conventional logging framework.

  • Classes
    Class
    Description
    The caching logger stores all of the messages.
    The default logger prints messages on stderr.
    The abstract class that all concrete loggers must extend.
    The system logger routes messages to another logging framework.