Class DefaultLoggingFactory

java.lang.Object
org.seppiko.commons.logging.event.DefaultLoggingFactory
All Implemented Interfaces:
ILoggingFactory

public class DefaultLoggingFactory extends Object implements ILoggingFactory
Default Logging factory.
Author:
Leonard Woo
  • Constructor Details

    • DefaultLoggingFactory

      public DefaultLoggingFactory()
  • Method Details

    • getLogging

      public Logging getLogging(String name)
      Get logging instance.
      Specified by:
      getLogging in interface ILoggingFactory
      Parameters:
      name - logging name.
      Returns:
      the logging instance.
    • getLoggingList

      public List<DefaultLogging> getLoggingList()
      Get logging list.
      Returns:
      logging list.
    • clear

      public void clear()
      Clear logging list.