MVN

com.github.manishahluwalia.gwt : remote-log-handler

Maven & Gradle

Mar 17, 2015

Smart Remote Log Handler for GWT · This is a remote logging handler for GWT, meant as a replacement to SimpleRemoteLogHandler. It provides: 1. smarter synching of logs to the remote server, using buffering for efficiency in production with automatic flushing on timer / configurable log severity / application unload. 2. Client logging level is configurable at runtime.

<dependency>
    <groupId>com.github.manishahluwalia.gwt</groupId>
    <artifactId>remote-log-handler</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.manishahluwalia.gwt : remote-log-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.github.manishahluwalia.gwt : remote-log-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
remote-log-handler-0.0.3
remote-log-handler-0.0.2
remote-log-handler-0.0.1

How to add a dependency to Maven

Add the following com.github.manishahluwalia.gwt : remote-log-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.manishahluwalia.gwt</groupId>
    <artifactId>remote-log-handler</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.manishahluwalia.gwt : remote-log-handler gradle dependency to your build.gradle file:

implementation 'com.github.manishahluwalia.gwt:remote-log-handler:0.0.3'

Gradle Kotlin DSL: Add the following com.github.manishahluwalia.gwt : remote-log-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.manishahluwalia.gwt:remote-log-handler:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.manishahluwalia.gwt : remote-log-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.manishahluwalia.gwt" % "remote-log-handler" % "0.0.3"