Crashnote Logger Module

Integrates with log frameworks to reports exceptions from to the crashnote.com service.

License

License

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

com.crashnote
ArtifactId

ArtifactId

crashnote-logger
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Crashnote Logger Module
Integrates with log frameworks to reports exceptions from to the crashnote.com service.
Project URL

Project URL

http://www.crashnote.com
Project Organization

Project Organization

101 Loops
Source Code Management

Source Code Management

http://github.com/crashnote/crashnote-java

Download crashnote-logger

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
log4j : log4j jar
ch.qos.logback : logback-classic jar

Project Modules

There are no modules declared in this project.

Crashnote for Java Build Status

crashnote.com is an online service that tracks errors in applications.

This makes it easier to understand where problems are and helps you to fix bugs faster.

Supported Platforms

Quick Guide

  1. sign up
  2. embed agent
  3. deploy

A detailed guide can be found in the official documentation.

Features

  • fast: pure Java
  • secure: SSL for data transfer
  • stable: test coverage of >90%
  • simple: single JAR, no dependencies
  • modern: uses JSON format and GZIP compression
  • scalable: runs asynchronously in the background
  • flexible: supports all major logging APIs: JUL, Log4j and Logback
  • versatile: compatible with Java, Groovy, Scala, JRuby, Clojure, Kotlin etc.

License

This software is licensed under the Apache 2 license, quoted below.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

com.crashnote

Crashnote

Versions

Version
0.1
0.0.2
0.0.1