@Endpoint(id="loggers") public class LoggersEndpoint extends ObjectSE
LoggerConfiguration のコレクションを公開する @Endpoint。| 修飾子と型 | クラスと説明 |
|---|---|
static class | LoggersEndpoint.GroupLoggerLevels |
static class | LoggersEndpoint.LoggerLevelsJSON フレンドリーな方法で公開された特定のロガーに設定されたレベル。 |
static class | LoggersEndpoint.SingleLoggerLevels |
| コンストラクターと説明 |
|---|
LoggersEndpoint(LoggingSystem loggingSystem, LoggerGroups loggerGroups) 新しい LoggersEndpoint インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | configureLogLevel(StringSE name, LogLevel configuredLevel) |
LoggersEndpoint.LoggerLevels | loggerLevels(StringSE name) |
MapSE<StringSE, ObjectSE> | loggers() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic LoggersEndpoint(LoggingSystem loggingSystem, LoggerGroups loggerGroups)
LoggersEndpoint インスタンスを作成します。loggingSystem - 公開するロギングシステム loggerGroups - 公開するロガーグループ @ReadOperation public MapSE<StringSE,ObjectSE> loggers()
@ReadOperation public LoggersEndpoint.LoggerLevels loggerLevels(@Selector StringSE name)
@WriteOperation public void configureLogLevel(@Selector StringSE name, @Nullable LogLevel configuredLevel)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.