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