Interface LogEnabled

  • All Known Implementing Classes:
    AbstractLogEnabled

    public interface LogEnabled
    Components that need to log can implement this interface to be provided Loggers.
    Version:
    $Id: LogEnabled.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
    • Method Detail

      • enableLogging

        void enableLogging​(Logger logger)
        Provide component with a logger.
        Parameters:
        logger - the logger. Must not be null.