All Projects → Annihil → react-native-log-ios

Annihil / react-native-log-ios

Licence: MIT license
React Native iOS standalone logger

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-log-ios

log
Aplus Framework Log Library
Stars: ✭ 14 (-62.16%)
Mutual labels:  log, logger
log
PSR-3 compatible logger
Stars: ✭ 32 (-13.51%)
Mutual labels:  log, logger
ng-logger
Angular logger service
Stars: ✭ 65 (+75.68%)
Mutual labels:  log, logger
guzzle-log-middleware
A Guzzle middleware to log request and responses automatically
Stars: ✭ 61 (+64.86%)
Mutual labels:  log, logger
l
Cross-platform html/io [L]ogger with simple API.
Stars: ✭ 26 (-29.73%)
Mutual labels:  log, logger
Golog
A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.
Stars: ✭ 208 (+462.16%)
Mutual labels:  log, logger
JJSwiftLog
Swift log library for all platform
Stars: ✭ 51 (+37.84%)
Mutual labels:  log, logger
Acho
The Hackable Log
Stars: ✭ 189 (+410.81%)
Mutual labels:  log, logger
log
A simple to use log system, minimalist but with features for debugging and differentiation of messages
Stars: ✭ 21 (-43.24%)
Mutual labels:  log, logger
clue
a extremely high performance log library for android. 高性能的Android日志库
Stars: ✭ 27 (-27.03%)
Mutual labels:  log, logger
Monolog Bundle
Symfony Monolog Bundle
Stars: ✭ 2,532 (+6743.24%)
Mutual labels:  log, logger
GoogleCloudLogging
Swift (Darwin) library for logging application events in Google Cloud.
Stars: ✭ 24 (-35.14%)
Mutual labels:  log, logger
Xlog
Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.
Stars: ✭ 2,468 (+6570.27%)
Mutual labels:  log, logger
datalogger
DataLogger foi projetado para ser uma biblioteca simples de log com suporte a vários providers.
Stars: ✭ 46 (+24.32%)
Mutual labels:  log, logger
Logcat
Android 日志打印框架,在手机上可以直接看到 Logcat 日志啦
Stars: ✭ 189 (+410.81%)
Mutual labels:  log, logger
LogDNA-Android-Client
Android client for LogDNA
Stars: ✭ 22 (-40.54%)
Mutual labels:  log, logger
Lajax
🚀 lajax - 前端日志解决方案。
Stars: ✭ 181 (+389.19%)
Mutual labels:  log, logger
Logger
✔️ Simple, pretty and powerful logger for android
Stars: ✭ 13,093 (+35286.49%)
Mutual labels:  log, logger
sprout
Golang logging library supporting log retrieval.
Stars: ✭ 85 (+129.73%)
Mutual labels:  log, logger
apollo-log
A logging extension for the Apollo GraphQL Server
Stars: ✭ 64 (+72.97%)
Mutual labels:  log, logger

React Native Log iOS

npm license

React Native Log iOS logo

This standalone script replace the broken react-native log-ios.
It will watch the Mac OS X system log file and filter only the lines concerning your XCode project.
You will be able to see the console.log, console.warn and console.error outputs.

Installation

npm i -g react-native-log-ios

Usage

Important: You will need to provide the FacebookDisplayName to the command - in some cases it is different from the Xcode project name, or the bundle name. You will find this "FacebookDisplayName" in Info.plist.

react-native-log-ios <FacebookDisplayName>
react-native-log-ios --help

Result

Line format is the following: HH:mm:ss, <eventMessage>

12:02:33, Initializing <RCTCxxBridge: 0x6000037340f0> (parent: <RCTBridge: 0x600002335f80>, executor: (null))
12:02:33, Running application Foobar ({
    initialProps =     {
    };
    rootTag = 1;
})
12:02:33, Running application "Foobar" with appParams: {"rootTag":1,"initialProps":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
12:02:39, Hello world!

Versioning

React Native Log iOS uses SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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