パッケージ org.nkjmlab.sorm4j

クラス OrmLogger


  • public final class OrmLogger
    extends Object
    • メソッドの詳細

      • on

        public static void on​(OrmLogger.Category... categories)
        Enables logging for the given categories.
        パラメータ:
        categories -
      • off

        public static void off​(OrmLogger.Category... categories)
        Disables logging for the given categories.
        パラメータ:
        categories -
      • onAll

        public static void onAll()
        Enables logging all.
      • offAll

        public static void offAll()
        Disables logging all.