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