Class LoggersEndpoint

java.lang.Object
org.springframework.boot.actuate.logging.LoggersEndpoint

@Endpoint(id="loggers") public class LoggersEndpoint extends Object
@Endpoint to expose a collection of LoggerConfigurations.
Since:
2.0.0
Author:
Ben Hale, Phillip Webb, HaiTao Zhang