is not current version
Last Version 0.0.3

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

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.

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.2
Type

Type

jar

Download remote-log-handler 0.0.2


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