Java org.springframework.boot.logging LoggingSystem fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.logging LoggingSystem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.logging LoggingSystem.

The text is from its open source code.

Field

StringSYSTEM_PROPERTY
A System property that can be used to indicate the LoggingSystem to use.
StringROOT_LOGGER_NAME
The name used for the root logger.

Method

voidbeforeInitialize()
Reset the logging system to be limit output.
voidcleanUp()
Clean up the logging system.
LoggingSystemget(ClassLoader classLoader)
Detect and return the logging system in use.
RunnablegetShutdownHandler()
Returns a Runnable that can handle shutdown of this logging system when the JVM exits.
voidinitialize(LoggingInitializationContext initializationContext, String configLocation, LogFile logFile)
Fully initialize the logging system.
voidsetLogLevel(String loggerName, LogLevel level)
Sets the logging level for a given logger.