This is a library that allows pure Java / Kotlin modules or libraries using SLF4J as their logging framework to bridge on the Google Android platform in combination with Jake Wharton's Timber logging utility.
It's based on the patrickfav/slf4j-timber project with a modern take using Kotlin and the latest version of SLF4J (currently v2.0.0 which relies on ServiceLoader mechanism instead of the static binder mechanism as described here).
Jambo is an open source remote logging library. For those who would like to see their logs remotely on their android device Jambo is the library for you. Jambo installs a separate debug app for intercepting all logs called with the Jambo class.
Birch is a simple, secure, and free remote logger that allows you to collect logs from production applications.
The lib supports offline logging and allows you to remotely adjust log level and upload frequency on specific devices to help troubleshoot pesky bugs in production.
The platform also helps organize logs coming from different build types whether it's development, staging, sandbox, production, or any other variation.
Features:
A simple Kotlin library for logging android and desktop projects.
KTimber is Kotlin logging library based on JakeWharton's Timber library that brings some extra functionality:
You can also:
Library that adds logging to lifecycle methods of Activities and Fragments with an unobtrusive annotation.
Streaming logs directly from your android phone as webserver. Supports different loggers with different log levels.
Lazy Logger is open source for lazy android app developer, supports Release/Debug stage. If your app on RELEASE, log messages will not be generated in logcat. Based-on Timber.
External logger library for android applications. You can save logs in any component in your app (Activity, Service, Fragment). The data will be stored in memory even after exiting the application or turning off the device. You can access the information at any time, export the data to an email, to a text file or to a server. The data can be accessed by the tag filter, text, or log creation time. The data will be deleted by a function under your control.
Show Android log in the best way, easy to debug.
The Rose
will automatically figure out from which class it's being called and use that class name as its tag.
Get to know which class changed the value in SharedPreferences
.
Robin is a logging library for Bundle data passed between Activities and fragments. It also provides a callback to send screen views of user visited pages to your analytics client.
Super-simple, drop-in replacement for android.util.Log
with automatic level exclusion.
Tiny, lightweight, informative and very useful logger for Android. You don't need to define TAG. It is automatically generated and include file name, method, line number and of course the link to the code. Logging an activity lifecycle calls, changes of the fragments stack. LongLog for possibility print to LogCat very long messages. Log Interceptor for store a log messages anywhere. Current version 1.4.6
NyanCat is an advanced custom logging library for Android, written in Kotlin and Java.
SLF4J binding for Timber - a logger with a small, extensible API which provides utility on top of Android's normal Log class.
The motivation of this project was to ease using existing libraries which use SLF4J as their logging framework on the Google Android platform in combination with Timber logging utility.
An android/kotlin RxJava based advanced logging framework. All logs are saved to files in storage path provided. These logs are helpful when developer wants to analyze user activities within the app. A new log file is created every hour on a user event. These logs can be filtered and sorted easily. Logs can easily be exported as zip file base on filter type. This zip file can be uploaded to server easily. PLogs also provide functionality to log separate data logs. These logs can be for a specific event with the app. For example they can be used to log location events of users, so that file will only contain location logs.
This is a simple library that will allow Android apps or library to store log
into database
so that developer can pull the logs from the database into File
or push the logs to your remote server
for debugging
purpose. Want to know more on this and wondering why you should prefer using this library over doing it yourself.
A general-purpose logging library with built-in support to save logs to file.
Logging value of object in a short and pretty way.
Encrypted logging made great again.
Specialized Logger is an Android library that provides you flexibility and reliability when logging. It comes with a simple to use logger as well as an encrypted logger for commercial products.
This is a lightweight Logger to file for Android. Logging to file is a common task and there is no good solution to do it effectively. This library does it for you.
The libray support sfl4j for android platform at the moment not support Mapped Diagnostic Context (MDC) support.
Logger is a logging tool helps unify release log and debug log, with some little advanced usage.
Clog is logger implementation for the standard Android Log.
Simple Android library which filters Logs, for example by keeping only ERROR Logs in RELEASE mode.