is not current version
Last Version 0.2

com.github.alexvictoor:web-logback 0.1

Logback appender relying on HTML5 SSE to push logs on browser consoles

Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

com.github.alexvictoor
ArtifactId

ArtifactId

web-logback
Version

Version

0.1
Type

Type

jar

Download web-logback 0.1


<!-- https://jarcasting.com/artifacts/com.github.alexvictoor/web-logback/ -->
<dependency>
    <groupId>com.github.alexvictoor</groupId>
    <artifactId>web-logback</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexvictoor/web-logback/
implementation 'com.github.alexvictoor:web-logback:0.1'
// https://jarcasting.com/artifacts/com.github.alexvictoor/web-logback/
implementation ("com.github.alexvictoor:web-logback:0.1")
'com.github.alexvictoor:web-logback:jar:0.1'
<dependency org="com.github.alexvictoor" name="web-logback" rev="0.1">
  <artifact name="web-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexvictoor', module='web-logback', version='0.1')
)
libraryDependencies += "com.github.alexvictoor" % "web-logback" % "0.1"
[com.github.alexvictoor/web-logback "0.1"]