License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdcom.github.alexvictoor |
ArtifactId | ArtifactIdweb-logback |
Version | Version0.2 |
Type | Typejar |
Description |
Descriptionweb-logback
Logback appender relying on HTML5 SSE to push logs on browser consoles
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
web-logback-0.2.pom | |
web-logback-0.2.jar | 18 KB |
web-logback-0.2-sources.jar | 9 KB |
web-logback-0.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexvictoor/web-logback/ -->
<dependency>
<groupId>com.github.alexvictoor</groupId>
<artifactId>web-logback</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexvictoor/web-logback/
implementation 'com.github.alexvictoor:web-logback:0.2'
// https://jarcasting.com/artifacts/com.github.alexvictoor/web-logback/
implementation ("com.github.alexvictoor:web-logback:0.2")
'com.github.alexvictoor:web-logback:jar:0.2'
<dependency org="com.github.alexvictoor" name="web-logback" rev="0.2">
<artifact name="web-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexvictoor', module='web-logback', version='0.2')
)
libraryDependencies += "com.github.alexvictoor" % "web-logback" % "0.2"
[com.github.alexvictoor/web-logback "0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-transport | jar | 4.0.24.Final |
io.netty : netty-codec-http | jar | 4.0.24.Final |
org.slf4j : slf4j-api | jar | 1.6.4 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.assertj : assertj-core | jar | 1.7.0 |
com.jayway.awaitility : awaitility | jar | 1.6.2 |
org.mockito : mockito-all | jar | 1.10.8 |
com.squareup.okhttp : okhttp | jar | 2.5.0 |