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 list.getLogging(String name) Get logging instance.Get logging list.
-
Constructor Details
-
DefaultLoggingFactory
public DefaultLoggingFactory()Default factory constructor.
-
-
Method Details
-
getLogging
Get logging instance.- Specified by:
getLoggingin interfaceILoggingFactory- Parameters:
name- logging name.- Returns:
- the logging instance.
-
getLoggingList
Get logging list.- Returns:
- logging list.
-
clear
public void clear()Clear logging list.
-