SkillAgentSearch skills...

DDMultipeerLogger

A logger for CocoaLumberjack that uses multipeer connectivity

Install / Use

/learn @pj4533/DDMultipeerLogger
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DDMultipeerLogger

A logger for CocoaLumberjack that uses multipeer connectivity

Pair with DDMultipeerConsole for displaying log messages on a remote device.

Screenshot

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

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated3y ago
Forks1

Languages

Objective-C

Security Score

75/100

Audited on Oct 23, 2022

No findings