Class SLog


  • public class SLog
    extends java.lang.Object
    logging util maru - MARU framework log sys - Serious error occurred by the system err - (trace)It is used by developers who logs errors that should not occur with business. warn - (trace)logs errors that may occur sufficiently with Business info - (trace)to log information or to log with business debug - (trace)to log for Debugging in development
    • Field Detail

      • TYPE_MARU

        public static java.lang.String TYPE_MARU
      • TYPE_SYS

        public static java.lang.String TYPE_SYS
      • TYPE_SVCTIME

        public static java.lang.String TYPE_SVCTIME
      • TYPE_ERR

        public static java.lang.String TYPE_ERR
      • TYPE_WARN

        public static java.lang.String TYPE_WARN
      • TYPE_INFO

        public static java.lang.String TYPE_INFO
      • TYPE_DEBUG

        public static java.lang.String TYPE_DEBUG
      • TYPE_TRACE

        public static java.lang.String TYPE_TRACE
      • svctime

        public static SLogger svctime
      • debug

        public static SLogger debug
      • trace

        public static SLogger trace
    • Constructor Detail

      • SLog

        public SLog()
    • Method Detail

      • getMLogger

        public static SLogger getMLogger​(java.lang.String spec)