Skip to content

Instantly share code, notes, and snippets.

@MSch
Created July 3, 2011 23:19
Show Gist options
  • Save MSch/1062704 to your computer and use it in GitHub Desktop.
Save MSch/1062704 to your computer and use it in GitHub Desktop.
OLog(@"asd ", self, aNotification, @"asd qwe", aNotification, self);
2011-07-04 01:14:49.844 Fragments[74240:707] [AppDelegate.m:21] @"asd ",
self = <AppDelegate: 0x100139910>,
aNotification = NSConcreteNotification 0x1001629d0 {name = NSApplicationDidFinishLaunchingNotification; object = <NSApplication: 0x100120e30>; userInfo = {
NSApplicationLaunchIsDefaultLaunchKey = 0;
}},
asd qwe,
aNotification = NSConcreteNotification 0x1001629d0 {name = NSApplicationDidFinishLaunchingNotification; object = <NSApplication: 0x100120e30>; userInfo = {
NSApplicationLaunchIsDefaultLaunchKey = 0;
}},
self = <AppDelegate: 0x100139910>
OLog(@"asd", self, @"qwe", @" qwe");
2011-07-04 01:14:49.845 Fragments[74240:707] [AppDelegate.m:21] asd, self = <AppDelegate: 0x100139910>, qwe, @" qwe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment