public class LogbackLogging
extends Object
Description: 基于 Logback 的日志输出通用属性对象
- 作者:
- : gengwei.zheng
- Date:
- : 2024/3/26 18:02
-
-
方法概要
org.springframework.boot.logging.LogLevel
Map<String,org.springframework.boot.logging.LogLevel>
void
setLevel(org.springframework.boot.logging.LogLevel level)
void
-
构造器详细资料
-
LogbackLogging
public LogbackLogging()
-
方法详细资料
-
getLevel
public org.springframework.boot.logging.LogLevel getLevel()
-
setLevel
public void setLevel(org.springframework.boot.logging.LogLevel level)
-
getLoggers
public Map<String,org.springframework.boot.logging.LogLevel> getLoggers()
-
setLoggers
public void setLoggers(Map<String,org.springframework.boot.logging.LogLevel> loggers)
-