We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c6323c + 9849f3d commit eb69f21Copy full SHA for eb69f21
logback13/src/main/java/com/newrelic/logging/logback13/NewRelicEncoder.java
@@ -17,8 +17,10 @@
17
* This encoder is designed to work with logback 1.3.x and uses the {@link NewRelicJsonLayout} to format log events.
18
* </p>
19
*
20
+ * <pre>{@code
21
* Example usage in a logback configuration file:
22
* <encoder class="com.newrelic.logging.logback13.NewRelicEncoder"/>
23
+ * }</pre>
24
*/
25
public class NewRelicEncoder extends EncoderBase<ILoggingEvent> {
26
private final NewRelicJsonLayout layout = new NewRelicJsonLayout();
0 commit comments