at.yawk.logging:logging-util

Logging utilities

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

at.yawk.logging
ArtifactId

ArtifactId

logging-util
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Logging utilities

Download logging-util

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

logging

Logging utilities (not implementations).

java.util.logging

Logger logger = Logger.getLogger("test");
Handler handler = new ConsoleHandler();
handler.setFormatter(FormatterBuilder.createDefault().build());
// alternatively just FormatterBuilder.createDefault().build(handler);
Loggers.replaceHandlers(logger, handler);

Versions

Version
1.0