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.

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.github.manishahluwalia.gwt
Идентификатор

Идентификатор

remote-log-handler
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/manishahluwalia/remote-log-handler
Система контроля версий

Система контроля версий

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

Скачать remote-log-handler

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.7.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1