com.jamierf.dropwizard:dropwizard-logging-loggly

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

DropWizard Container Microservices Logging Application Layer Libs
GroupId

GroupId

com.jamierf.dropwizard
ArtifactId

ArtifactId

dropwizard-logging-loggly
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/reines/dropwizard-logging-loggly

Download dropwizard-logging-loggly

How to add to project

<!-- https://jarcasting.com/artifacts/com.jamierf.dropwizard/dropwizard-logging-loggly/ -->
<dependency>
    <groupId>com.jamierf.dropwizard</groupId>
    <artifactId>dropwizard-logging-loggly</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf.dropwizard/dropwizard-logging-loggly/
implementation 'com.jamierf.dropwizard:dropwizard-logging-loggly:0.7'
// https://jarcasting.com/artifacts/com.jamierf.dropwizard/dropwizard-logging-loggly/
implementation ("com.jamierf.dropwizard:dropwizard-logging-loggly:0.7")
'com.jamierf.dropwizard:dropwizard-logging-loggly:jar:0.7'
<dependency org="com.jamierf.dropwizard" name="dropwizard-logging-loggly" rev="0.7">
  <artifact name="dropwizard-logging-loggly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamierf.dropwizard', module='dropwizard-logging-loggly', version='0.7')
)
libraryDependencies += "com.jamierf.dropwizard" % "dropwizard-logging-loggly" % "0.7"
[com.jamierf.dropwizard/dropwizard-logging-loggly "0.7"]

Dependencies

compile (4)

Group / Artifact Type Version
io.dropwizard : dropwizard-logging jar 0.9.1
ch.qos.logback.contrib : logback-json-classic jar 0.1.2
ch.qos.logback.contrib : logback-jackson jar 0.1.2
org.logback-extensions : logback-ext-loggly jar 0.1.2

Project Modules

There are no modules declared in this project.

Dropwizard Logging Loggly

A log appender factory for Dropwizard adding support for appending logs to Loggly

Build Status Maven Central

dropwizard-logging-loggly can be found in maven central.

Installation

<dependency>
    <groupId>com.jamierf.dropwizard</groupId>
    <artifactId>dropwizard-logging-loggly</artifactId>
    <version>...</version>
</dependency>

Configuration

logging:
  appenders:
    - type: loggly
      token: "..."
      tag: "example-prod" # optional

Change Log

0.7 - 19 January 2016

  • Support for Dropwizard 0.9.x.
  • Use ISO 8601 format for timestamps.

0.6 - 12 January 2015

  • Send logs in Json format rather than plain.

0.5 - 18 October 2014

  • Added (optional) tag configuration parameter.

0.4 - 28 September 2014

  • Initial release.

License

Released under the Apache 2.0 License.

Versions

Version
0.7
0.6
0.5
0.4