Class SLogTargetMaker


  • public class SLogTargetMaker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SLogTargetMaker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMaruLogPath()  
      static boolean isEnabled​(java.lang.String loggerName)  
      static boolean isTraceLogInitialized()  
      static boolean isUserLogEnabled​(java.lang.String loggerName)  
      static void setTarget​(java.util.Map<java.lang.String,​java.lang.Boolean> loggers)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SLogTargetMaker

        public SLogTargetMaker()
    • Method Detail

      • setTarget

        public static void setTarget​(java.util.Map<java.lang.String,​java.lang.Boolean> loggers)
      • isTraceLogInitialized

        public static boolean isTraceLogInitialized()
      • isEnabled

        public static boolean isEnabled​(java.lang.String loggerName)
      • isUserLogEnabled

        public static boolean isUserLogEnabled​(java.lang.String loggerName)
      • getMaruLogPath

        public static java.lang.String getMaruLogPath()