java.lang.Object
org.nkjmlab.sorm4j.util.logger.LoggerContext.Builder
- 含まれているクラス:
- LoggerContext
-
メソッドの概要
修飾子とタイプメソッド説明build()disable(LoggerContext.Category... categories) Disables logging for the given categories.Disables logging all categories.enable(LoggerContext.Category... categories) Enables logging for the given parameter ofLoggerContext.Category.Enables logging all categories.setLoggerSupplier(Supplier<SormLogger> loggerSupplier)
-
メソッドの詳細
-
build
-
disable
Disables logging for the given categories.- パラメータ:
categories-
-
disableAll
Disables logging all categories. SeeLoggerContext.Category. -
enable
Enables logging for the given parameter ofLoggerContext.Category.- パラメータ:
categories- are inLoggerContext.Category
-
enableAll
Enables logging all categories. SeeLoggerContext.Category. -
setLoggerSupplier
-