类 JavaLoggingAdapter
java.lang.Object
com.alibaba.csp.sentinel.log.jul.BaseJulLogger
com.alibaba.csp.sentinel.log.jul.JavaLoggingAdapter
- 所有已实现的接口:
Logger
JUL adapter for Sentinel
Logger SPI.- 从以下版本开始:
- 1.7.2
- 作者:
- Eric Zhao
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidLog a message at the DEBUG level according to the specified format and arguments.voidLog an exception (throwable) at the DEBUG level with an accompanying message.voidLog a message at the ERROR level according to the specified format and arguments.voidLog an exception (throwable) at the ERROR level with an accompanying message.voidLog a message at the INFO level according to the specified format and arguments.voidLog an exception (throwable) at the INFO level with an accompanying message.voidLog a message at the TRACE level according to the specified format and arguments.voidLog an exception (throwable) at the TRACE level with an accompanying message.voidLog a message at the WARN level according to the specified format and arguments.voidLog an exception (throwable) at the WARN level with an accompanying message.从类继承的方法 com.alibaba.csp.sentinel.log.jul.BaseJulLogger
log, log, makeLoggingHandler
-
构造器详细资料
-
JavaLoggingAdapter
-
-
方法详细资料
-
info
从接口复制的说明:LoggerLog a message at the INFO level according to the specified format and arguments. -
info
从接口复制的说明:LoggerLog an exception (throwable) at the INFO level with an accompanying message. -
warn
从接口复制的说明:LoggerLog a message at the WARN level according to the specified format and arguments. -
warn
从接口复制的说明:LoggerLog an exception (throwable) at the WARN level with an accompanying message. -
trace
从接口复制的说明:LoggerLog a message at the TRACE level according to the specified format and arguments. -
trace
从接口复制的说明:LoggerLog an exception (throwable) at the TRACE level with an accompanying message. -
debug
从接口复制的说明:LoggerLog a message at the DEBUG level according to the specified format and arguments. -
debug
从接口复制的说明:LoggerLog an exception (throwable) at the DEBUG level with an accompanying message. -
error
从接口复制的说明:LoggerLog a message at the ERROR level according to the specified format and arguments. -
error
从接口复制的说明:LoggerLog an exception (throwable) at the ERROR level with an accompanying message. -
getLoggerName
-
getFileNamePattern
-