Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language:
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 22  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: A list for discussing CocoaLumberjack
 

Display Lumberjack Logs in window in OS X App 
  I'd like to use Lumberjack to display a log in a separate window in my app so that the user can see what is happening as it happens. Is this possible with Lumberjack? Do you have any recommendations for the best way to do this?
By phillip.bou...@ischoolcampus.com  - May 14 - 1 new of 1 message    

How to have different logging levels for different classes ? 
  Hi, I am learning programming and all the const/extern/static stuff is quite unclear for me. Please excuse my silliness :) I am using the four different DDLog. I declare the log level in the Prefix.pch with static int ddLogLevel = LOG_LEVEL_WARN; But, I would like to have a different level for a given class (call it... more »
By Colas  - Apr 16 - 2 new of 2 messages    

Mysterious crashes in -[DDLogMessage dealloc] (DDLog.m:934) ?? 
  Hi, Our crash reporter is showing crashes in -[DDLogMessage dealloc] (DDLog.m:934). I looked at the line, it's the closing bracket of the -dealloc. At first I thought it was the last free(queueLabel), but I doubt that. Any ideas what's going on? I compiled with ARC on. Best, Martijn
By mart...@pulse-dev.net  - Jan 15 - 2 new of 2 messages    

Symbol not found: _dispatch_queue_set_specific on iOS < 5.0 
  When running on an iOS <5.0 device the following error message is output when attempting to add a logger. *dyld: Symbol not found: _dispatch_queue_set_specific* * Referenced from: /var/mobile/Applications/EA836 835-1867-4916-84F8-A08C9E2C0E3 8/TMI_Trivia.app/TMI_Trivia * * Expected in: /usr/lib/libSystem.B.dylib*... more »
By Anthony Cummings  - Dec 11 2012 - 1 new of 1 message    

Error on FineGrainedLogging wiki page? 
  On the FineGrainedLogging wiki page: [link] ...LOG_FOOD_TIMER and LOG_SLEEP_TIMER are not referenced anywhere else on that page. Are they needed? If so, how would they be used? Thanks for your help, Jim
By Jim Roepcke  - Nov 12 2012 - 2 new of 2 messages    

'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 
  Any fix for this issue in IOS 6. (or) is there any updates/new release for IOS 6 ?? Regards, Nivas
By Nivas  - Oct 25 2012 - 3 new of 3 messages    

Cocoa Lumberjack Syntax Error 
  Hi, I am new to xCode coding, so I have a few questions. I am currently using the latest xCode to develope iPhone app. To import the framework, do I import the entire folder or do I only have to drag certain files into the project folder? And when I imported the DDFileLogger framework,I'm getting unexpected '@'... more »
By Ryan Liao  - Aug 25 2012 - 6 new of 6 messages    

Chaining formatters? 
  Can formatters be chained? That is, can a logger have multiple formatters applied to it? It appears calling [logger setFormatter] replaces the previous formatter. Use case could be to use a formatter which applies a logging format, and another which functions as a whitelist filter. thanks, Michael... more »
By mkloster  - Aug 15 2012 - 2 new of 2 messages    

unexpected '@' in program 
  I downloaded Lumberjack today and attempted to compile using XCode 4.3.3, iOS5, Apple LLVM compiler 3.1. I'm getting unexpected '@' in program errors on line 1045 of DDFileLogger.m, where it appears to be an array literal: - (NSString *)description { return [*@*{@"filePath": self.filePath, @"fileName": self.fileName,... more »
By mkloster  - Aug 10 2012 - 2 new of 2 messages    

Logs in iphone adhoc app 
  Hi, I'm using cocoalumberjack to log within XCode for an iphone application. It works well. Now I would like to get logs within an AdHoc application (not started by XCode) in the iphone console but I got nothing. I'm talking about the console view from the organizer window when the device is connected to the... more »
By dqueffeulouatw  - Aug 9 2012 - 3 new of 3 messages    

1 - 10 of 22   « Newer | Older »

XML       Send email to this group: cocoalumberjack@googlegroups.com