Correct javadoc (#12593)
This commit is contained in:
parent
4140565252
commit
b8c20a3303
|
@ -96,16 +96,7 @@ public final class LoggingEventMapper {
|
||||||
builder.emit();
|
builder.emit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Map the {@link ILoggingEvent} data model onto the {@link LogRecordBuilder}. */
|
||||||
* Map the {@link ILoggingEvent} data model onto the {@link LogRecordBuilder}. Unmapped fields
|
|
||||||
* include:
|
|
||||||
*
|
|
||||||
* <ul>
|
|
||||||
* <li>Thread name - {@link ILoggingEvent#getThreadName()}
|
|
||||||
* <li>Marker - {@link ILoggingEvent#getMarker()}
|
|
||||||
* <li>Mapped diagnostic context - {@link ILoggingEvent#getMDCPropertyMap()}
|
|
||||||
* </ul>
|
|
||||||
*/
|
|
||||||
private void mapLoggingEvent(
|
private void mapLoggingEvent(
|
||||||
LogRecordBuilder builder, ILoggingEvent loggingEvent, long threadId) {
|
LogRecordBuilder builder, ILoggingEvent loggingEvent, long threadId) {
|
||||||
// message
|
// message
|
||||||
|
|
Loading…
Reference in New Issue