Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
* This encoder is designed to work with logback 1.3.x and uses the {@link NewRelicJsonLayout} to format log events.
* </p>
*
* <pre>{@code
* Example usage in a logback configuration file:
* <encoder class="com.newrelic.logging.logback13.NewRelicEncoder"/>
* }</pre>
*/
public class NewRelicEncoder extends EncoderBase<ILoggingEvent> {
private final NewRelicJsonLayout layout = new NewRelicJsonLayout();
Expand Down
Loading