I want to replace NSLog with CocoaLumberjack, and I follow the GettingStarted, then add
DDLogError(@"This is an error.");
DDLogWarn(@"This is a warning.");
DDLogInfo(@"This is just a message.");
DDLogVerbose(@"This is a verbose message.");
but why there is no log message in XCode's console?