Created
July 3, 2011 23:19
-
-
Save MSch/1062704 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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