Correct javadoc (#12593)

This commit is contained in:
Lauri Tulmin 2024-11-08 16:47:11 +02:00 committed by GitHub
parent 4140565252
commit b8c20a3303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 10 deletions

View File

@ -96,16 +96,7 @@ public final class LoggingEventMapper {
builder.emit();
}
/**
* 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>
*/
/** Map the {@link ILoggingEvent} data model onto the {@link LogRecordBuilder}. */
private void mapLoggingEvent(
LogRecordBuilder builder, ILoggingEvent loggingEvent, long threadId) {
// message