Class ExoLogger


  • public abstract class ExoLogger
    extends Object
    The logger definition for exo platform.

    ExoLogger it's wrapping factory for different Log factories existing in runtime for eXo.
    The logger implements the Log interface for backward compatibility purpose.

    This class is also the way to obtain a reference to a logger through the static methods getExoLogger(String) and getExoLogger(Class) .

    The factory methods delegates to an instance of ExoLogFactory that is determined by the following rules
    Version:
    $Id: ExoLogger.java 34394 2009-07-23 09:23:31Z dkatayev $
    Author:
    Gennady Azarenkov