添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
眉毛粗的油条  ·  jQuery键盘事件详解·  2 月前    · 
干练的面包  ·  在 Visual Basic 中使用 ...·  1 年前    · 
睿智的柿子  ·  prometheus.yml ...·  1 年前    · 
@Deprecated(since="2022-01-27")
public interface ILoggingEvent
extends DeferredProcessingAware
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
The central interface in logback-classic. In a nutshell, logback-classic is nothing more than a processing chain built around this interface.
Since:
0.9.16
java.lang.StackTraceElement[] getCallerData()
Deprecated.
Return caller data associated with this event. Note that calling this event may trigger the computation of caller data.
Returns:
the caller data associated with this event.
See Also:
hasCallerData()
boolean hasCallerData()
Deprecated.
If this event has caller data, then true is returned. Otherwise the returned value is null.

Logback components wishing to use caller data if available without causing it to be computed can invoke this method before invoking getCallerData() .

Returns:
whether this event has caller data

getMDCPropertyMap

java.util.Map<java.lang.String,​java.lang.String> getMDCPropertyMap()
Deprecated.
Returns the MDC map. The returned value can be an empty map but not null.
java.util.Map<java.lang.String,​java.lang.String> getMdc()
Deprecated.
Replaced by [@link #getMDCPropertyMap}
Synonym for [@link #getMDCPropertyMap}.