Package com.core.logger.formatter
Class SLogAbstractFormatter
- java.lang.Object
-
- com.core.logger.formatter.SLogAbstractFormatter
-
- All Implemented Interfaces:
SLogFormatterIF
- Direct Known Subclasses:
SConsoleLogFormatter,SDebugLogFormatter,SErrLogFormatter,SFileFormatter,SInfoLogFormatter,SJournalLogFormatter,SSoloLogFormatter,SSysLogFormatter,STraceLogFormatter,SWarnLogFormatter
public abstract class SLogAbstractFormatter extends java.lang.Object implements SLogFormatterIF
-
-
Constructor Summary
Constructors Constructor Description SLogAbstractFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcreateLogMsg(java.lang.String message, boolean printFlag)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.core.logger.formatter.SLogFormatterIF
postfix, prefix
-
-