All Projects → Townwang → Log

Townwang / Log

Licence: Apache-2.0 License
Breaking android log word limits and automatically formatting json.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Log

Androidutilcode
AndroidUtilCode 🔥 is a powerful & easy to use library for Android. This library encapsulates the functions that commonly used in Android development which have complete demo and unit test. By using it's encapsulated APIs, you can greatly improve the development efficiency. The program mainly consists of two modules which is utilcode, which is commonly used in development, and subutil which is rarely used in development, but the utils can be beneficial to simplify the main module. 🔥
Stars: ✭ 30,239 (+215892.86%)
Mutual labels:  log, utils
Devutils
🔥 ( 持续更新,目前含 160+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
Stars: ✭ 680 (+4757.14%)
Mutual labels:  log, utils
nginx-prometheus
Turn Nginx logs into Prometheus metrics
Stars: ✭ 29 (+107.14%)
Mutual labels:  log
log4stash
Module to Log log4net Messages to ElasticSearch
Stars: ✭ 60 (+328.57%)
Mutual labels:  log
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (+35.71%)
Mutual labels:  log
CommonUtils
A collection of useful Android classes
Stars: ✭ 37 (+164.29%)
Mutual labels:  utils
logCollect
日志收集解决方案,动态管理、轻量级日志收集客户端
Stars: ✭ 24 (+71.43%)
Mutual labels:  log
logt
🖥️ A colourful logger for the browser
Stars: ✭ 35 (+150%)
Mutual labels:  log
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (+0%)
Mutual labels:  utils
react-native-log-level
Multi level logger for React Native
Stars: ✭ 13 (-7.14%)
Mutual labels:  log
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (+100%)
Mutual labels:  utils
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+664.29%)
Mutual labels:  utils
Elite-Log-Agent
Lightweight, non-intrusive data uploader for Elite Dangerous
Stars: ✭ 42 (+200%)
Mutual labels:  log
onex-utils
Web business development general tool library 通用业务工具库 🥷
Stars: ✭ 23 (+64.29%)
Mutual labels:  utils
Serilog.Sinks.Postgresql.Alternative
Serilog.Sinks.Postgresql.Alternative is a library to save logging information from https://github.com/serilog/serilog to https://www.postgresql.org/.
Stars: ✭ 29 (+107.14%)
Mutual labels:  log
ml
经典机器学习算法的极简实现
Stars: ✭ 130 (+828.57%)
Mutual labels:  log
GAlogger
Log R Events and R Usage to Google Analytics
Stars: ✭ 23 (+64.29%)
Mutual labels:  log
twitch-chatlog
Fetch the chatlog to a twitch VOD from your command line.
Stars: ✭ 78 (+457.14%)
Mutual labels:  log
CJMethodLog
Objective-C 函数日志监听系统,可监听任意类,任意类的任意方法的调用日志。
Stars: ✭ 26 (+85.71%)
Mutual labels:  log
ctrace-go
Canonical OpenTracing for GoLang
Stars: ✭ 12 (-14.29%)
Mutual labels:  log

Log

Download GitHub license

Breaking android log word limits and automatically formatting json.

定制个Log,自带的Json不会格式化 ,而且不能超过4000 很尴尬,很难受!

使用方法

build.gradle(Module.app)

dependencies {
 mplementation 'com.townwang:logutils:1.0.0'
}

设置配置(最好在Application中)

//初始化设置过滤关键词以及是否打印
Log.setConfig("Demo",true);

开始使用吧:

Log.v ("皮一下,很开心");
Log.d ("这很代码");
Log.i ("重要的在下面");
Log.e ("出了个错,别介意");
Log.json ("打印JSON","这里的Json字符串");

看看Json效果

微信截图_20180705173344.png

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