DDMultipeerLogger
A logger for CocoaLumberjack that uses multipeer connectivity
Install / Use
/learn @pj4533/DDMultipeerLoggerREADME
DDMultipeerLogger
A logger for CocoaLumberjack that uses multipeer connectivity
Pair with DDMultipeerConsole for displaying log messages on a remote device.

Usage
Add the logger as you would any other custom logger. All the Multipeer connectivity code is hidden behind the logger.
// default name is the device name
[DDLog addLogger:[[DDMultipeerLogger alloc] init]];
// or with a custom name
[DDLog addLogger:[[DDMultipeerLogger alloc] initWithPeerDisplayName:@"My Sweet Custom Name"]];
Sample
To run the sample
pod install
Then build and log some messages while running DDMultipeerConsole on another device.
Contact
PJ Gray
- http://github.com/pj4533
- http://twitter.com/pj4533
- pj@pj4533.com
License
DDMultipeerLogger is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
