play-logging-ui


License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.github.luhuec
ArtifactId

ArtifactId

play-logging-ui
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

play-logging-ui
play-logging-ui
Project URL

Project URL

https://github.com/luhuec/play-logging-ui
Project Organization

Project Organization

com.github.luhuec
Source Code Management

Source Code Management

https://github.com/luhuec/play-logging-ui

Download play-logging-ui

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
com.typesafe.play : twirl-api_2.12 jar 1.5.0
org.typelevel : cats-core_2.12 jar 2.1.1

provided (4)

Group / Artifact Type Version
com.typesafe.play : play-server_2.12 jar 2.7.5
com.typesafe.play : play-logback_2.12 jar 2.7.5
com.typesafe.play : play-akka-http-server_2.12 jar 2.7.5
com.typesafe.play : filters-helpers_2.12 jar 2.7.5

test (3)

Group / Artifact Type Version
com.typesafe.play : play-test_2.12 jar 2.7.5
org.mockito : mockito-scala_2.12 jar 1.14.8
org.scalatestplus.play : scalatestplus-play_2.12 jar 4.0.3

Project Modules

There are no modules declared in this project.

play-logging-ui

A play module to update the level of loggers during runtime with a simple ui.

alt text

Installation

Add play-logging-ui to the dependencies in your build.sbt file

libraryDependencies ++= Seq(
  "com.github.luhuec" % "play-logging-ui" % "0.0.8"
)

Import playloggingui.Routes into your routes file

->    /         playloggingui.Routes

The UI is available under http://localhost:9000/playloggingui

Import with base path

You can import the routes with a basepath such as /admin

->    /admin    playloggingui.Routes

Now the UI is available under http://localhost:9000/admin/playloggingui

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1