All Projects → erkanyildiz → Eylogviewer

erkanyildiz / Eylogviewer

Licence: mit
A simple viewer to see your app's logs on your iDevice in realtime.

Projects that are alternatives of or similar to Eylogviewer

Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+23456.25%)
Mutual labels:  log, logger, debugging
polog
Логирование должно быть красивым
Stars: ✭ 26 (+62.5%)
Mutual labels:  log, logger
dlog
A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.
Stars: ✭ 16 (+0%)
Mutual labels:  log, logger
horse-logger
Middleware for access logging in HORSE
Stars: ✭ 25 (+56.25%)
Mutual labels:  log, logger
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (+18.75%)
Mutual labels:  log, logger
ctrace-go
Canonical OpenTracing for GoLang
Stars: ✭ 12 (-25%)
Mutual labels:  log, logger
printer
A fancy logger yet lightweight, and configurable. 🖨
Stars: ✭ 65 (+306.25%)
Mutual labels:  log, logger
mongoose-morgan
An npm package for saving morgan log inside MongoDB
Stars: ✭ 14 (-12.5%)
Mutual labels:  log, logger
esp-logger
An Arduino library providing a minimal interface to log data on flash memory and SD cards with ESP8266 and ESP32
Stars: ✭ 40 (+150%)
Mutual labels:  log, logger
Console
OS X console application.
Stars: ✭ 298 (+1762.5%)
Mutual labels:  log, viewer
react-native-log-level
Multi level logger for React Native
Stars: ✭ 13 (-18.75%)
Mutual labels:  log, logger
Roarr
JSON logger for Node.js and browser.
Stars: ✭ 627 (+3818.75%)
Mutual labels:  logger, debugging
logt
🖥️ A colourful logger for the browser
Stars: ✭ 35 (+118.75%)
Mutual labels:  log, logger
laravel-loggable
🎥 📽 🎞 Log your model changes in multiple ways
Stars: ✭ 58 (+262.5%)
Mutual labels:  log, logger
spdlog setup
spdlog setup initialization via file configuration for convenience.
Stars: ✭ 68 (+325%)
Mutual labels:  log, logger
ip-logger
📇 When someone clicks the link, you will receive their IP and other information via telegram.
Stars: ✭ 0 (-100%)
Mutual labels:  log, logger
PoShLog
🔩 PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
Stars: ✭ 108 (+575%)
Mutual labels:  log, logger
ptkdev-logger
🦒 Beautiful Logger for Node.js: the best alternative to the console.log statement
Stars: ✭ 117 (+631.25%)
Mutual labels:  log, logger
gxlog
A concise, functional, flexible and extensible logger for go.
Stars: ✭ 65 (+306.25%)
Mutual labels:  log, logger
Objectlogger
A powerful and easy-to-use operational logging system that supports analysis of changes in object properties. 强大且易用的操作日志记录系统,支持对象属性的变化分析。
Stars: ✭ 378 (+2262.5%)
Mutual labels:  log, logger

EYLogViewer

A simple viewer to see your app's logs on your iDevice in realtime.

Features

  • One line to integrate
  • Always on top (except system windows like keyboards, alertviews etc...)
  • Visible on both light and dark backgrounds with optimal opacity, colors and size (macOS Terminal.app Red Sands theme)
  • NSLog and print compatible (no special logging method needed)
  • Uses NSPipe on stderr and stdout (no overhead)
  • Works even while not connected to Xcode
  • Compatible with both Objective-C and Swift projects
  • Drag&Drop to any point on the screen by long press
  • Copy console logs by double tap
  • Clear console logs by triple tap
  • Hide by 3-finger swipe down anywhere on screen
  • Show by 3-finger swipe up anywhere on screen

Usage

Objective-C Projects

In your project's main.m, import EYLogViewer.h and add following line at the beginning of main function :

[EYLogViewer add];

Swift Projects

In your project's Bridging Header, import EYLogViewer.h and add following line at the beginning of application:didFinishLaunchingWithOptions function :

EYLogViewer.add()

ScreenShots

ss1 ss2 ss3 ss4

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