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.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.manishahluwalia.gwt
ArtifactId

ArtifactId

remote-log-handler
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/manishahluwalia/remote-log-handler
Source Code Management

Source Code Management

https://github.com/manishahluwalia/remote-log-handler

Download remote-log-handler

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.manishahluwalia.gwt/remote-log-handler/ -->
<dependency>
    <groupId>com.github.manishahluwalia.gwt</groupId>
    <artifactId>remote-log-handler</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manishahluwalia.gwt/remote-log-handler/
implementation 'com.github.manishahluwalia.gwt:remote-log-handler:0.0.3'
// https://jarcasting.com/artifacts/com.github.manishahluwalia.gwt/remote-log-handler/
implementation ("com.github.manishahluwalia.gwt:remote-log-handler:0.0.3")
'com.github.manishahluwalia.gwt:remote-log-handler:jar:0.0.3'
<dependency org="com.github.manishahluwalia.gwt" name="remote-log-handler" rev="0.0.3">
  <artifact name="remote-log-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manishahluwalia.gwt', module='remote-log-handler', version='0.0.3')
)
libraryDependencies += "com.github.manishahluwalia.gwt" % "remote-log-handler" % "0.0.3"
[com.github.manishahluwalia.gwt/remote-log-handler "0.0.3"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1