tinylog

Lightweight logging framework for Java and Android

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

tinylog
Lightweight logging framework for Java and Android
Система контроля версий

Система контроля версий

https://github.com/cooder-org/tinylog

Скачать tinylog

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

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.android : android jar 1.5_r3

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

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

tinylog

tinylog is forked from pmwmedia/tinylog

Example

import org.cooder.tinylog.Logger;

public class Application {

    public static void main(String[] args) {
        Logger.info("Hello World!");
    }

}

Projects

  • benchmark
    • Contains a benchmark for comparing logging frameworks
  • tinylog-core
    • Contains shared basis for tinylog and compatible server replacements
  • tinylog
    • Contains tinylog itself

All projects can be imported as Maven projects.

Other folders

  • configuration
    • Contains configuration files for Java formatter, Checkstyle and FindBugs

Support

A detailed user manual and the Javadoc documentation can be found on http://www.tinylog.org/. Bug reports and feature requests are welcome and can be created via GitHub issues.

Build tinylog

tinylog requires at least Maven 3.5 and JDK 9 for building. The generated JARs are compatible with Java 6 and higher.

Build command:

mvn clean install -P release

A new folder "target" with Javadoc documentation and all JARs will be created in the root directory.

License

Copyright 2012 Martin Winandy
Copyright 2017 yanxiyue

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

org.cooder.tinylog

Cooder

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

Версия
1.2.2
1.2.1