CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jul 2016 |
Maintained by Mateusz Mackowiak.
| Depends on: | |
| CocoaLumberjack | >= 0 |
| PonyDebugger | >= 0 |
A bridge between CocoaLumberjack and PonyDebugger.
#import "PonyDebuggerLogger.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
PDDebugger * debugger = [PDDebugger defaultInstance];
[debugger connectToURL:[NSURL URLWithString:@"ws://localhost:9000/device"]];
[debugger enableRemoteLogging];
[DDLog addLogger:[PonyDebuggerLogger sharedInstance]];
DDLogError(@"YAhoo");
}
I recommended to use CocoaPods as a way to get the library.
Here's an example podfile that installs PonyDebuggerLogger and its dependencies
pod 'PonyDebuggerLogger'