Module seppiko.commons.logging
Class DefaultLoggingFactory
java.lang.Object
org.seppiko.commons.logging.event.DefaultLoggingFactory
- All Implemented Interfaces:
ILoggingFactory
Default Logging factory
- Author:
- Leonard Woo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear logging listgetLogging(String name) Get logging.Get logging list
-
Constructor Details
-
DefaultLoggingFactory
public DefaultLoggingFactory()
-
-
Method Details
-
getLogging
Get logging.- Specified by:
getLoggingin interfaceILoggingFactory- Parameters:
name- log name.- Returns:
- the Log.
-
getLoggingList
Get logging list- Returns:
- logging list.
-
clear
public void clear()Clear logging list
-