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.
      Specified by:
      getLogging in interface ILoggingFactory
      Parameters:
      name - log name.
      Returns:
      the Log.
    • getLoggingList

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

      public void clear()
      Clear logging list