Logging interface

Simple logging interface and basic implementation

License

License

Categories

Categories

Net
GroupId

GroupId

net.pwall.log
ArtifactId

ArtifactId

log-front
Last Version

Last Version

5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Logging interface
Simple logging interface and basic implementation
Project URL

Project URL

https://github.com/pwall567/log-front
Source Code Management

Source Code Management

https://github.com/pwall567/log-front.git

Download log-front

How to add to project

<!-- https://jarcasting.com/artifacts/net.pwall.log/log-front/ -->
<dependency>
    <groupId>net.pwall.log</groupId>
    <artifactId>log-front</artifactId>
    <version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation 'net.pwall.log:log-front:5.0'
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation ("net.pwall.log:log-front:5.0")
'net.pwall.log:log-front:jar:5.0'
<dependency org="net.pwall.log" name="log-front" rev="5.0">
  <artifact name="log-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.log', module='log-front', version='5.0')
)
libraryDependencies += "net.pwall.log" % "log-front" % "5.0"
[net.pwall.log/log-front "5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
net.pwall.log : log-front-api jar 1.2
net.pwall.util : int-output jar 1.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
ch.qos.logback : logback-classic jar 1.2.11

Project Modules

There are no modules declared in this project.

Versions

Version
5.0
4.0
3.0
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.0
0.3
0.2
0.1