mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-15 14:53:24 +01:00
[PR #35] [MERGED] Allow to capture log using closure #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/35
Author: @phimage
Created: 12/15/2015
Status: ✅ Merged
Merged: 12/15/2015
Merged by: @coneybeare
Base:
master← Head:feature-capturelog📝 Commits (2)
7a76f71Allow to capture log using closure304380aAdd global method to set logger closure📊 Changes
2 files changed (+24 additions, -3 deletions)
View changed files
📝
README.md(+5 -0)📝
Source/Armchair.swift(+19 -3)📄 Description
The main purpose is to allow end user to log using their preferred logger system (CocoaLumberjack, XCGLogger, Loggerithm, ...)
(and in bonus this allow also to change formatting by adding, function, line)
For instance with CocoaLumberjack
As I make it, this an hidden/advanced feature. I can go further if you want :
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.