Simply, Logify provides instant colorful logs to improve log tracking and bug tracing

Related tags

Logging Logify
Overview

Logify

Simply, Logify provides instant colorful logs to improve log tracking and bug tracing.

Screen Shot 2022-01-15 at 19 29 43

Why I need to use Logify?

As discussed before in a lot of developer forums, Xcode doesn't support console coloring since Xcode 8. Because Apple has removed plug-ins from Xcode - I think the reason is security for developers - and has introduced Xcode extensions. And Xcode extensions are not providing any solution to colorize the terminal. In a short, there is no built-in support to achieve this.

Well, what type of solutions we have?

Thanks god that Xcode supports unicode. So you can add related emojis as a prefix to your logs. But it's a limited solution, definitely.

How Logify works and colorize logs of my Xcode project?

It's not a magic that Logify reads the system logs related with your app from the Console app. It filters the result with the parameters of both subsystem and category set in your valuable Xcode project, sure in the logger manager.

How to use Logify cli?

After set up the application, open terminal app. Run that command.

curl -L https://raw.githubusercontent.com/furkankaplan/Logify/main/Logify --output Logify

After the download finished, run that command.

chmod +x Logify

As a last step, move the file to /usr/local/bin

mv Logify /usr/local/bin

Here we goooo. πŸš€ πŸ₯³

What is next?

It's brand new tool which is still being developed. All PRs and issues are accepted. Feel free to contact with me to discuss anything.

Author

Furkan Kaplan https://github.com/furkankaplan
Twitter : @kaplan_dev
LinkedIn : @furkankaplan07
Email : [email protected]

You might also like...
Gedatsu provide readable format about AutoLayout error console log
Gedatsu provide readable format about AutoLayout error console log

Gedatsu Gedatsu provide readable format about AutoLayout error console log Abstract At runtime Gedatsu hooks console log and formats it to human reada

Customizable Console UI overlay with debug log on top of your iOS App
Customizable Console UI overlay with debug log on top of your iOS App

AEConsole Customizable Console UI overlay with debug log on top of your iOS App AEConsole is built on top of AELog, so you should probably see that fi

🍯 Awesome log aggregator for iOS
🍯 Awesome log aggregator for iOS

🍯 Awesome log aggregator for iOS

Gedatsu provide readable format about AutoLayout error console log
Gedatsu provide readable format about AutoLayout error console log

Gedatsu Gedatsu provide readable format about AutoLayout error console log Abstract At runtime Gedatsu hooks console log and formats it to human reada

A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as
A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as "the console")

CleanroomASL Notice: CleanroomASL is no longer supported The Apple System Log facility has been deprecated by Apple. As a result, we've deprecated Cle

Automate box any value! Print log without any format control symbol! Change debug habit thoroughly!

LxDBAnything Automate box any value! Print log without any format control symbol! Change debug habit thoroughly! Installation You only need drag LxD

A log should tell a story, not drown the reader in irrelevance.

StoryTeller A log should tell a story, not drown the reader in irrelevance Story Teller is an advanced logging framework that takes an entirely differ

A logging backend for swift-log that sends logging messages to Logstash (eg. the ELK stack)
A logging backend for swift-log that sends logging messages to Logstash (eg. the ELK stack)

LoggingELK LoggingELK is a logging backend library for Apple's swift-log The LoggingELK library provides a logging backend for Apple's apple/swift-log

100 Days of SwiftUI log

100DaysOfSwiftUI 100 Days of SwiftUI log Table of Contents Day 1: variables, constants, strings, and numbers Day 1 Variables store values and can be c

Releases(1.0.0)
Owner
Furkan KAPLAN
iOS Developer. Love Apple ecosystem and mobile devices.
Furkan KAPLAN
A SwiftUI implementation of AppleCard's animated colorful blur background.

Colorful A SwiftUI implementation of AppleCard's animated colorful blur background. Preview Usage import Colorful var body: some View { ColorfulV

Lakr Aream 199 Dec 29, 2022
Puree is a log collector which provides some features like below

Puree Description Puree is a log collector which provides some features like below Filtering: Enable to interrupt process before sending log. You can

Cookpad 149 Oct 18, 2022
Allow users to easily share Diagnostics with your support team to improve the flow of fixing bugs.

Example mail composer Example Report Diagnostics is a library written in Swift which makes it really easy to share Diagnostics Reports to your support

WeTransfer 768 Dec 22, 2022
Styling and coloring your XCTest logs on Xcode Console

XLTestLog Notes with Xcode 8 and XLTestLog Since Xcode 8 killed XcodeColors, the current way using XCTestLog on Xcode 8 is just plain texts with emoji

Xaree Lee 58 Feb 2, 2022
This is how you can manage and share logs in iOS application.

Logging in Swift In this example, you can find how to print all the logs effciently in iOS application. Along with, you will find how to share logs fo

Nitin Aggarwal 8 Mar 1, 2022
BadgeLog - A light lib that helps and centralize logs in your application

BadgeLog BadgeLog is an iOS Swift library that helps you manage logs within your

Daniele 1 Feb 2, 2022
πŸ“±πŸ’¬πŸš¦ TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.

TinyConsole TinyConsole is a tiny log console to display information while using your iOS app and written in Swift. Usage Wrap your Main ViewControlle

Devran Cosmo Uenal 2k Jan 3, 2023
Log every incoming notification to view them again later, also includes attachments and advanced settings to configure

VΔ“ Natively integrated notification logger Installation Add this repository to your package manager

alexandra 43 Dec 25, 2022
A custom logger implementation and Task Local helper for swift-log

LGNLog A custom logger implementation and TaskLocal helper for Swift-Log. Why and how This package provides two and a half things (and a small bonus):

17:11 Games 0 Oct 26, 2021
Log messages to text files and share them by email or other way.

LogToFiles How to log messages to text files and share them by email or share center. 1 - Add the Log.swift file to your App 2 - Just log the messages

Miguel Chaves 0 Jan 9, 2022