at.yawk.logging:logging-ansi

Logging utilities

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

at.yawk.logging
ArtifactId

ArtifactId

logging-ansi
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Logging utilities

Download logging-ansi

How to add to project

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