is not current version
Last Version 0.0.3

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

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. For development mode, it trades off efficiency for immediate log delivery. 3. Client logging level is configurable at runtime.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.manishahluwalia.gwt
ArtifactId

ArtifactId

remote-log-handler
Version

Version

0.0.1
Type

Type

jar

Download remote-log-handler 0.0.1


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