Package com.core.logger
Class SLogFactory
- java.lang.Object
-
- com.core.logger.SLogFactory
-
- All Implemented Interfaces:
java.util.Observer
public class SLogFactory extends java.lang.Object implements java.util.Observer
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SLogFactory
getInstnce()
SLogger
getWriter(java.lang.String spec)
void
update(java.util.Observable arg0, java.lang.Object arg1)
-
-
-
Method Detail
-
getInstnce
public static SLogFactory getInstnce()
-
update
public void update(java.util.Observable arg0, java.lang.Object arg1)
- Specified by:
update
in interfacejava.util.Observer
-
getWriter
public SLogger getWriter(java.lang.String spec) throws SoloException, SException
- Throws:
SoloException
SException
-
-