クラス LoggersEndpoint
java.lang.ObjectSE
org.springframework.boot.actuate.logging.LoggersEndpoint
@Endpoint(id="loggers")
@RegisterReflectionForBinding({GroupLoggerLevelsDescriptor.class,SingleLoggerLevelsDescriptor.class})
public class LoggersEndpoint
extends ObjectSE
LoggerConfiguration のコレクションを公開する @Endpoint。- 導入:
- 2.0.0
- 作成者:
- Ben Hale, Phillip Webb, HaiTao Zhang
- ネストされたクラスの要約ネストされたクラス修飾子と型クラス説明- static class特定のグループロガー用に構成されたレベルの説明。- static class特定のロガー用に構成されたレベルの説明。- static classロガーの説明。- static class特定の 1 つのロガーに設定されたレベルの説明。
- コンストラクターの概要コンストラクターコンストラクター説明- LoggersEndpoint- (LoggingSystem loggingSystem, LoggerGroups loggerGroups) 新しい- LoggersEndpointインスタンスを作成します。
- メソッドのサマリー修飾子と型メソッド説明- void- configureLogLevel- (StringSE name, LogLevel configuredLevel) - loggerLevels- (StringSE name) - loggers()
- コンストラクターの詳細- LoggersEndpoint新しい- LoggersEndpointインスタンスを作成します。- パラメーター:
- loggingSystem- 公開するロギングシステム
- loggerGroups- 公開するロガーグループ
 
 
- メソッドの詳細- loggers
- loggerLevels
- configureLogLevel@WriteOperation public void configureLogLevel- (@Selector StringSE name, @Nullable LogLevel configuredLevel)