Uses of Class
org.springframework.boot.logging.LogLevel

Packages that use LogLevel
org.springframework.boot.context.initializer   
org.springframework.boot.logging   
org.springframework.boot.logging.java   
org.springframework.boot.logging.log4j   
org.springframework.boot.logging.logback   
 

Uses of LogLevel in org.springframework.boot.context.initializer
 

Methods in org.springframework.boot.context.initializer with parameters of type LogLevel
protected  void LoggingApplicationContextInitializer.initializeLogLevel(LoggingSystem system, LogLevel level)
           
 void LoggingApplicationContextInitializer.setSpringBootLogging(LogLevel springBootLogging)
          Sets a custom logging level to be used for Spring Boot and related libraries.
 

Uses of LogLevel in org.springframework.boot.logging
 

Methods in org.springframework.boot.logging that return LogLevel
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.boot.logging with parameters of type LogLevel
abstract  void LoggingSystem.setLogLevel(String loggerName, LogLevel level)
          Sets the logging level for a given logger.
 

Uses of LogLevel in org.springframework.boot.logging.java
 

Methods in org.springframework.boot.logging.java with parameters of type LogLevel
 void JavaLoggingSystem.setLogLevel(String loggerName, LogLevel level)
           
 

Uses of LogLevel in org.springframework.boot.logging.log4j
 

Methods in org.springframework.boot.logging.log4j with parameters of type LogLevel
 void Log4JLoggingSystem.setLogLevel(String loggerName, LogLevel level)
           
 

Uses of LogLevel in org.springframework.boot.logging.logback
 

Methods in org.springframework.boot.logging.logback with parameters of type LogLevel
 void LogbackLoggingSystem.setLogLevel(String loggerName, LogLevel level)
           
 



Copyright © 2013. All Rights Reserved.