Package com.core.logger.formatter
Class SSoloLogFormatter
- java.lang.Object
-
- com.core.logger.formatter.SLogAbstractFormatter
-
- com.core.logger.formatter.SSoloLogFormatter
-
- All Implemented Interfaces:
SLogFormatterIF
public class SSoloLogFormatter extends SLogAbstractFormatter
-
-
Constructor Summary
Constructors Constructor Description SSoloLogFormatter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SSoloLogFormatter
getInstance()
java.lang.String
postfix()
java.lang.String
prefix()
-
Methods inherited from class com.core.logger.formatter.SLogAbstractFormatter
createLogMsg
-
-
-
-
Method Detail
-
getInstance
public static SSoloLogFormatter getInstance()
-
prefix
public java.lang.String prefix()
-
postfix
public java.lang.String postfix()
-
-