类 DebugLogger
java.lang.Object
org.springframework.boot.loader.log.DebugLogger
Simple logger class used for
System.err
debugging.- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static DebugLogger
Get aDebugLogger
to log messages for the given source class.abstract void
Log a message.abstract void
Log a formatted message.abstract void
Log a formatted message.abstract void
Log a formatted message.abstract void
Log a formatted message.
-
构造器详细资料
-
DebugLogger
public DebugLogger()
-
-
方法详细资料
-
log
Log a message.- 参数:
message
- the message to log
-
log
Log a formatted message.- 参数:
message
- the message to logarg1
- the first format argument
-
log
Log a formatted message.- 参数:
message
- the message to logarg1
- the first format argumentarg2
- the second format argument
-
log
Log a formatted message.- 参数:
message
- the message to logarg1
- the first format argumentarg2
- the second format argumentarg3
- the third format argument
-
log
Log a formatted message.- 参数:
message
- the message to logarg1
- the first format argumentarg2
- the second format argumentarg3
- the third format argumentarg4
- the fourth format argument
-
get
Get aDebugLogger
to log messages for the given source class.- 参数:
sourceClass
- the source class- 返回:
- a
DebugLogger
instance
-