All Projects → tinylog-org → Tinylog

tinylog-org / Tinylog

Licence: apache-2.0
tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
scala
5932 projects

Projects that are alternatives of or similar to Tinylog

Izumi
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
Stars: ✭ 423 (+17.5%)
Mutual labels:  logger, logging-library, slf4j
BLogger
An easy to use modern C++14/17 async cross-platform logger which supports custom formatting/patterns, colored output, Unicode, file logging, log rotation & more!
Stars: ✭ 23 (-93.61%)
Mutual labels:  logger, logging-library
Electron Timber
Pretty logger for Electron apps
Stars: ✭ 337 (-6.39%)
Mutual labels:  logger, logging-library
moesif-nodejs
Moesif Nodejs Middleware Library (formerly Moesif-Express)
Stars: ✭ 36 (-90%)
Mutual labels:  logger, logging-library
KmLogging
Kotlin multiplatform logging. High performance, composable and simple to use.
Stars: ✭ 21 (-94.17%)
Mutual labels:  logger, logging-library
jcabi-log
Static Wrapper of SLF4J easing you from the necessity to create static LOGGER instances in each Java class
Stars: ✭ 53 (-85.28%)
Mutual labels:  slf4j, logger
chronica
Logger framework for Erlang applications
Stars: ✭ 57 (-84.17%)
Mutual labels:  logger, logging-library
beautiful logger
Yet another logger API in Java with beautiful features
Stars: ✭ 60 (-83.33%)
Mutual labels:  logger, logging-library
loggin-js
📝 Customizable and expandable logger for Node.js
Stars: ✭ 20 (-94.44%)
Mutual labels:  logger, logging-library
winston-telegram
A Telegram transport for winston
Stars: ✭ 28 (-92.22%)
Mutual labels:  logger, logging-library
Scribe
The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
Stars: ✭ 304 (-15.56%)
Mutual labels:  logging-library, slf4j
Loggaby
📝 A simple, lightweight and customizable logger.
Stars: ✭ 20 (-94.44%)
Mutual labels:  logger, logging-library
ratlog.js
🐀 Ratlog JavaScript library - Application Logging for Rats, Humans and Machines
Stars: ✭ 24 (-93.33%)
Mutual labels:  logger, logging-library
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (-56.11%)
Mutual labels:  logger, logging-library
Simple-Log
dnkpp.github.io/Simple-Log/
Stars: ✭ 13 (-96.39%)
Mutual labels:  logger, logging-library
use-reducer-logger
A very basic logger for the useReducer function in the React Hooks API.
Stars: ✭ 89 (-75.28%)
Mutual labels:  logger, logging-library
Woodlot
An all-in-one JSON logging utility that supports ExpressJS HTTP logging, custom logging, provides multi-format output and an easy to use events API.
Stars: ✭ 263 (-26.94%)
Mutual labels:  logger, logging-library
sqlite micro logger arduino
Fast and Lean Sqlite database logger for Microcontrollers
Stars: ✭ 128 (-64.44%)
Mutual labels:  logger, logging-library
liquibase-slf4j
Liquibase SLF4J Logger.
Stars: ✭ 42 (-88.33%)
Mutual labels:  slf4j, logger
Lighty
Easy to use and lightweight logger for iOS, macOS, tvOS, watchOS and Linux in Swift.
Stars: ✭ 49 (-86.39%)
Mutual labels:  logger, logging-library

tinylog 2

Build Code Coverage Maven Central Percentage of issues still open Average time to resolve an issue

Example

import org.tinylog.Logger;
    
public class Application {

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

}

Support

More information about tinylog including a detailed user manual and the Javadoc documentation can be found on https://tinylog.org/v2/.

On GitHub, issues and pull requests are always welcome :)

Build tinylog

tinylog requires Maven 3.5 and JDK 9 for building. Newer JDKs cannot compile legacy code for older Java versions, and older JDKs cannot compile new features for the latest Java versions. OpenJDK 9 is still available on java.net and Oracle JDK 9 on oracle.com.

Build command:

mvn clean install

A new folder "target" with Javadoc documentation and all JARs will be created in the root directory. The generated JARs contain Java 6 byte code and are compatible with any JRE 7 and higher as well as with Android API level 1 and higher.

License

Copyright 2016-2021 Martin Winandy

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].