LibJ Logging

Supplementary patterns for the "Simple Logging Facade for Java" (SLF4J) and the Logback Project.

Лицензия

Лицензия

Категории

Категории

Logging Библиотеки уровня приложения
Группа

Группа

org.libj
Идентификатор

Идентификатор

logging
Последняя версия

Последняя версия

0.4.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

LibJ Logging
Supplementary patterns for the "Simple Logging Facade for Java" (SLF4J) and the Logback Project.
Организация-разработчик

Организация-разработчик

LibJ

Скачать logging

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.29
ch.qos.logback : logback-classic jar 1.2.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Модули Проекта

Данный проект не имеет модулей.

LibJ

Build Status Coverage Status Javadocs Released Version Snapshot Version

LibJ is a collection of simple, convenient, and high-performance supplements to Java Standard libraries

Simple

The supplementary APIs are designed to be simple, and as non-coupling as possible.

High-Performance

The APIs are implemented to minimize both process and memory complexity.

Modules

  • exec: APIs for external process execution and environment management.
  • io: APIs that supplement the java.io and java.nio packages for I/O operations.
  • jci: Java Compiler Interface An implementation of an in-memory-compiler.
  • lang: APIs that supplement the java.lang package with simple and useful extensions.
  • logging: APIs that provide simple logging extensions to SLF4J.
  • mail: APIs that supplement the java.mail package with simple and useful extensions.
  • math: APIs that supplement the java.math package with higher-performance alternatives, and simple and useful extensions.
  • net: APIs that supplement the java.net package with higher-performance alternatives, and simple and useful extensions.
  • sql: APIs that supplement the java.sql package with simple and useful extensions.
  • test: APIs that provide simple test extensions to JUnit, and Maven's maven-surefire-plugin.
  • util: APIs that supplement the java.util package with higher-performance alternatives, and simple and useful extensions.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

org.libj

Версии библиотеки

Версия
0.4.5
0.4.2
0.4.1