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?
|
|
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 »
|
|
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
|
|
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 »
|
|
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
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
|