Uses of Enum Class
nablarch.core.log.basic.LogLevel
Packages that use LogLevel
Package
Description
フレームワーク実装のログ出力機能を提供する。
運用担当者向けのログ出力機能を提供する。
-
Uses of LogLevel in nablarch.core.log.basic
Methods in nablarch.core.log.basic that return LogLevelModifier and TypeMethodDescriptionLogContext.getLevel()
LogLevel
を取得する。static LogLevel
Returns the enum constant of this class with the specified name.static LogLevel[]
LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in nablarch.core.log.basic with parameters of type LogLevelModifier and TypeMethodDescriptionLogLevelLabelProvider.getLevelLabel
(LogLevel level) LogLevel
に使用するラベルを取得する。protected String
LogLevelLabelProvider.getLevelLabel
(ObjectSettings settings, LogLevel level) 指定されたLogLevel
に対するラベルを取得する。Constructors in nablarch.core.log.basic with parameters of type LogLevel -
Uses of LogLevel in nablarch.core.log.operation
Methods in nablarch.core.log.operation with parameters of type LogLevel -
Uses of LogLevel in nablarch.fw.results
Constructors in nablarch.fw.results with parameters of type LogLevelModifierConstructorDescriptionInternalError
(LogLevel logLevel, String messageId, Object... messageParams) コンストラクタInternalError
(LogLevel logLevel, Throwable cause, String messageId, Object... messageParams) コンストラクタServiceError
(LogLevel logLevel, String messageId, Object... messageParams) 運用ログへの出力に関する制御情報を含む例外を生成する。ServiceError
(LogLevel logLevel, Throwable cause, String messageId, Object... messageParams) 運用ログへの出力に関する制御情報を含む例外を生成する。ServiceUnavailable
(LogLevel logLevel, String messageId, Object... messageParams) コンストラクタServiceUnavailable
(LogLevel logLevel, Throwable cause, String messageId, Object... messageParams) コンストラクタ