クラスの使用
org.nkjmlab.sorm4j.util.logger.LoggerContext.Category
-
LoggerContext.Categoryを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j.util.logger Provides Logger. -
-
org.nkjmlab.sorm4j.util.loggerでのLoggerContext.Categoryの使用
LoggerContext.Categoryを返すorg.nkjmlab.sorm4j.util.loggerのメソッド 修飾子とタイプ メソッド 説明 static LoggerContext.CategoryLoggerContext.Category. valueOf(String name)指定した名前を持つこの型の列挙型定数を返します。static LoggerContext.Category[]LoggerContext.Category. values()この列挙型の定数を含む配列を宣言されている順序で返します。LoggerContext.Category型のパラメータを持つorg.nkjmlab.sorm4j.util.loggerのメソッド 修飾子とタイプ メソッド 説明 Optional<LogPoint>LoggerContext. createLogPoint(LoggerContext.Category category, Class<?> callerClass)LoggerContext.BuilderLoggerContext.Builder. disable(LoggerContext.Category... categories)Disables logging for the given categories.LoggerContext.BuilderLoggerContext.Builder. enable(LoggerContext.Category... categories)Enables logging for the given parameter ofLoggerContext.Category.booleanLoggerContext. isEnable(LoggerContext.Category category)
-