Skip to content

Commit

Permalink
Correct javadoc (open-telemetry#12593)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored and Alex Kats committed Nov 21, 2024
1 parent bb1bae3 commit 8b3f030
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,7 @@ public void emit(LoggerProvider loggerProvider, ILoggingEvent event, long thread
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
Expand Down

0 comments on commit 8b3f030

Please sign in to comment.