Skip to content

iOS, macOS, tvOS, watchOS Debugging Tool, Logging console via Network.

Notifications You must be signed in to change notification settings

HackdYourShit/LogboardConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogboardConsole

iOS, macOS, tvOS, watchOS Debugging Tool, Logging console via Network.
LogboardConsole is a logging console applicaiton.

Screenshot

How to build

Download

git clone https://github.com/shogo4405/LogboardConsole.git
cd LogboardConsole
carthage update

Build

Open xcode 'LogboardConsole' and [Product] -> [Archive].

Logging

LogboardConsole requires Logboard module as client.
Please install and integration your project.

SocketAppender

Logboard SocketAppender is a LogboardConsole client.

let logger = Logboard.with("identifier")
let socket = SocketAppender()
socket.connect("toHost", 22222)
logger.appender = socket

License

New BSD

Donation

Bitcoin

1CWA9muX36QKBdJiRQJGpu2HvchfEpJbWr

About

iOS, macOS, tvOS, watchOS Debugging Tool, Logging console via Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages