All Projects → JumeiRdGroup → Android Plog

JumeiRdGroup / Android Plog

Licence: apache-2.0
A Pure, Pretty and Powerful logging library for android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Plog

Serverlog
A simple, practical and innovative Node.js log library that enables you to view logs in Chrome dev tools and browser Console.
Stars: ✭ 117 (-30.36%)
Mutual labels:  logging, logger
Easylogger
An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
Stars: ✭ 1,968 (+1071.43%)
Mutual labels:  logging, logger
Logback Access Spring Boot Starter
Spring Boot Starter for Logback-access
Stars: ✭ 118 (-29.76%)
Mutual labels:  logging, logger
Logsip
A simple, concise, colorful logger for Go
Stars: ✭ 94 (-44.05%)
Mutual labels:  logging, logger
Monolog Cascade
Configure multiple loggers and handlers in the blink of an eye
Stars: ✭ 136 (-19.05%)
Mutual labels:  logging, logger
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-31.55%)
Mutual labels:  logging, logger
Docker Logger
Logs collector for docker
Stars: ✭ 126 (-25%)
Mutual labels:  logging, logger
Log Viewer
Web UI to viewing logs
Stars: ✭ 59 (-64.88%)
Mutual labels:  logging, logger
Logdna Agent
LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers
Stars: ✭ 134 (-20.24%)
Mutual labels:  logging, logger
Structured Log
A JavaScript implementation of Serilog's hybrid text/structured logging
Stars: ✭ 133 (-20.83%)
Mutual labels:  logging, logger
React Native Logs
Performance-aware simple logger for React-Native with namespaces, custom levels and custom transports (colored console, file writing, etc.)
Stars: ✭ 84 (-50%)
Mutual labels:  logging, logger
Wormholy
iOS network debugging, like a wizard 🧙‍♂️
Stars: ✭ 2,010 (+1096.43%)
Mutual labels:  logging, logger
Loguru
Python logging made (stupidly) simple
Stars: ✭ 10,510 (+6155.95%)
Mutual labels:  logging, logger
Silencer
Easily suppress the Rails logger
Stars: ✭ 116 (-30.95%)
Mutual labels:  logging, logger
Android Filelogger
A general-purpose logging library with built-in support to save logs to file efficiently.
Stars: ✭ 70 (-58.33%)
Mutual labels:  logging, logger
Plug logger json
Elixir Plug that formats http request logs as json
Stars: ✭ 125 (-25.6%)
Mutual labels:  logging, logger
Yii2 Psr Log Target
Yii 2.0 log target that is able to write messages to PSR-3 compatible logger
Stars: ✭ 58 (-65.48%)
Mutual labels:  logging, logger
Bulk
👨‍💻 Bulk is a library for buffering the objects. Pipeline(Sink) receives the object and emits the object bulked.
Stars: ✭ 59 (-64.88%)
Mutual labels:  logging, logger
Android Remote Debugger
A library for remote logging, database debugging, shared preferences and network requests
Stars: ✭ 132 (-21.43%)
Mutual labels:  logging, logger
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (-18.45%)
Mutual labels:  logging, logger

Android Arsenal Download

PLog = Pure, Pretty, Powerful logging tool Build Status

logo

English Version

概述

Android-PLog 项目(简称 PLog )是一个专为 Android 应用程序设计的开源日志封装库,追求纯粹、易用、强大,帮助开发者更好地使用日志调试程序,提高开发效率。概括来讲,它具有以下特性:

容易打印

  • 支持无Tag打印
  • 支持空消息打印(通常用于观察某处是否执行)
  • 支持任意参数类型
  • 支持变长参数和自动格式化
  • 支持Builder方式打印

输出可控

  • 支持多维度的输出拦截
  • 支持自定义输出装饰样式
  • 支持多通道同时输出
  • 支持自动换行(SoftWrap)

筛选容易

  • 支持全局Tag(可以区分不同应用)
  • 支持自动Tag(可以区分不同类名)
  • 支持保留堆栈(可以区分不同文件和方法,并且实现在AS中自动日志定位)
  • 支持分组打印(可以区分不同开发者, etc)

按需依赖

核心功能模块和定制特性完全分离,体积轻巧,并且全部支持Jcenter依赖。

扩展灵活

核心功能全部接口化,通过简单的设置和接口注入就可以完成绝大部分日志需求。

关于项目的更多信息,包括下载、使用和注意事项,请访问完整文档地址

Contribution & Contact

如果您在使用这个库的时候遇到困难,或者有任何的反馈、建议,都可以通过GitHub Issue 功能或下面的邮箱联系我: [email protected]

Licence

Copyright 2016-2017 Muyangmin

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].