Last Version

LogLevelSwitch 1.0.0-beta

a middleware project for log level change during application runtime

License

License

GroupId

GroupId

io.github.saigu
ArtifactId

ArtifactId

LogLevelSwitch
Version

Version

1.0.0-beta
Type

Type

pom
Description

Description

LogLevelSwitch
a middleware project for log level change during application runtime
Project URL

Project URL

https://github.com/saigu/LogLevelSwitch
Source Code Management

Source Code Management

https://github.com/saigu/LogLevelSwitch

Download LogLevelSwitch 1.0.0-beta


<!-- https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/ -->
<dependency>
    <groupId>io.github.saigu</groupId>
    <artifactId>LogLevelSwitch</artifactId>
    <version>1.0.0-beta</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/
implementation 'io.github.saigu:LogLevelSwitch:1.0.0-beta'
// https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/
implementation ("io.github.saigu:LogLevelSwitch:1.0.0-beta")
'io.github.saigu:LogLevelSwitch:pom:1.0.0-beta'
<dependency org="io.github.saigu" name="LogLevelSwitch" rev="1.0.0-beta">
  <artifact name="LogLevelSwitch" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.saigu', module='LogLevelSwitch', version='1.0.0-beta')
)
libraryDependencies += "io.github.saigu" % "LogLevelSwitch" % "1.0.0-beta"
[io.github.saigu/LogLevelSwitch "1.0.0-beta"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • log-switch-core
  • log-switch-starter