Groups
Sign in
Groups
CocoaLumberjack
Conversations
About
Send feedback
Help
CocoaLumberjack
Contact owners and managers
1–30 of 60
Mark all as read
Report group
0 selected
Peter Gusev
6/15/17
Can't figure out why changing global log level variable does not affect logging
In my macOS application project, I declared ddLogLevel variable in pre-compiled header file as:
unread,
Can't figure out why changing global log level variable does not affect logging
In my macOS application project, I declared ddLogLevel variable in pre-compiled header file as:
6/15/17
Nickolas Pohilets
2/8/17
Automatic registration of log contexts
I want to improve IGWebLogger to be able to to filter by context. Since contexts are just cryptic
unread,
Automatic registration of log contexts
I want to improve IGWebLogger to be able to to filter by context. Since contexts are just cryptic
2/8/17
Sasidhar Lakku
1/20/17
Not able to log filename, line number and function name to console.
Hi, I am Not able to log filename, line number and function name to console. Am I missing some thing
unread,
Not able to log filename, line number and function name to console.
Hi, I am Not able to log filename, line number and function name to console. Am I missing some thing
1/20/17
Ran Tavory
, …
Sasidhar Lakku
7
1/20/17
Class and method names (or function names) - how do I get them in the log
.Hello Ashish, Are you able to fix this issue? Able to log file, function names? - Sasi On Wednesday,
unread,
Class and method names (or function names) - how do I get them in the log
.Hello Ashish, Are you able to fix this issue? Able to log file, function names? - Sasi On Wednesday,
1/20/17
Дмитрий Лобанов
8/11/16
Project structure related questions
I inspected projects. There are several distinguish features. 1) There is separate project file for
unread,
Project structure related questions
I inspected projects. There are several distinguish features. 1) There is separate project file for
8/11/16
Jon Elster
4/4/16
How to read and display the log in a UI Table
Hi.. How can I read the current log file and display it in a UI table? on an iPhone. Any code would
unread,
How to read and display the log in a UI Table
Hi.. How can I read the current log file and display it in a UI table? on an iPhone. Any code would
4/4/16
Jon Elster
4/4/16
How do you display the log entries in a UI Table?
Hi.. How can I read the current log and display the entries in a Table View. thanks in advance. Any
unread,
How do you display the log entries in a UI Table?
Hi.. How can I read the current log and display the entries in a Table View. thanks in advance. Any
4/4/16
jonatha...@calgaryscientific.com
7/21/15
Are there any current plans to support Bitcode for iOS 9?
Just wondering when you might have a release up with bitcode support. Thanks.
unread,
Are there any current plans to support Bitcode for iOS 9?
Just wondering when you might have a release up with bitcode support. Thanks.
7/21/15
Brian Simmons
,
Dmitry Vorobyov
2
6/17/15
Print log in GMT ?
Hello Brian, You can create your custom log formatter and format log message whatever you like. See
unread,
Print log in GMT ?
Hello Brian, You can create your custom log formatter and format log message whatever you like. See
6/17/15
dhil...@surgeforward.com
3/1/15
How can I store custom data fields as part of a log message?
Hi All, Here's an issue that I've been trying to work around for a few days. Here's my
unread,
How can I store custom data fields as part of a log message?
Hi All, Here's an issue that I've been trying to work around for a few days. Here's my
3/1/15
Varun Chandramohan
,
ahmed.f...@lookout.com
2
8/27/14
lumberjack with static libraries
Bump. I am also curious as to what is the best practice for using cocoalumberjack from my static
unread,
lumberjack with static libraries
Bump. I am also curious as to what is the best practice for using cocoalumberjack from my static
8/27/14
Randy Fong
,
Joe Francia
3
8/22/14
LOG_LEVEL_DEF is no longer defined after CocoaPod Update
Thanks for the suggestion Joe! Looking at the the change that CocoaPods made to the CocoalumberJack
unread,
LOG_LEVEL_DEF is no longer defined after CocoaPod Update
Thanks for the suggestion Joe! Looking at the the change that CocoaPods made to the CocoalumberJack
8/22/14
Shougang Cao
8/4/14
How to send log statements over the network through CocoaLumberjack?
In summarys of CocoaLumberjack, it mentioned that "Lumberjack is Powerful", and point out
unread,
How to send log statements over the network through CocoaLumberjack?
In summarys of CocoaLumberjack, it mentioned that "Lumberjack is Powerful", and point out
8/4/14
Michael Lev
,
colas
3
7/28/14
cant set different colors for different levels
of course I installed. only debug and verbose, both get same color. On Mon, Jul 28, 2014 at 6:15 PM,
unread,
cant set different colors for different levels
of course I installed. only debug and verbose, both get same color. On Mon, Jul 28, 2014 at 6:15 PM,
7/28/14
Matt G
6/17/14
Major (stupid) Bug in DDASLLogger. Lumberjack quality deteriorating recently.
On March 12, yonglam made the following change to [DDASLLogger logMessage]: From: asl_log(client,
unread,
Major (stupid) Bug in DDASLLogger. Lumberjack quality deteriorating recently.
On March 12, yonglam made the following change to [DDASLLogger logMessage]: From: asl_log(client,
6/17/14
Paul
, …
Matt G
7
6/17/14
Log rolling not working?
This bug is in 1.9.0 and is related to this code in currentLogFileInfo: DDLogFileInfo *
unread,
Log rolling not working?
This bug is in 1.9.0 and is related to this code in currentLogFileInfo: DDLogFileInfo *
6/17/14
Subodh Kumar
, …
Bogdan Poplauschi
5
5/26/14
How to delete log file from saved location path.
Hi there, Please retry this using the latest 1.9.0 release (fixed an issue with rolling). If the
unread,
How to delete log file from saved location path.
Hi there, Please retry this using the latest 1.9.0 release (fixed an issue with rolling). If the
5/26/14
studiosutara
,
Bogdan Poplauschi
3
5/26/14
'DDLogDebug' macro redefined
The issue you have is pretty strange. It seems your DDLog.m file has some changes that are not in the
unread,
'DDLogDebug' macro redefined
The issue you have is pretty strange. It seems your DDLog.m file has some changes that are not in the
5/26/14
Sheffield Kevin
,
Bogdan Poplauschi
2
5/26/14
Confused as to the point of addLogger:withLogLevel and then having to set the log level.
Hi Kevin, The ddLogLevel is a setting per application. The log level for each logger allows you to
unread,
Confused as to the point of addLogger:withLogLevel and then having to set the log level.
Hi Kevin, The ddLogLevel is a setting per application. The log level for each logger allows you to
5/26/14
DrummerB
, …
Piotr Laskowski
5
2/27/14
How to set a default global log level and have override it in some of the source files?
I had same requirement, here is mine solution: In your project's .pch file put: #define
unread,
How to set a default global log level and have override it in some of the source files?
I had same requirement, here is mine solution: In your project's .pch file put: #define
2/27/14
jzgi...@alaska.edu
,
Robbie Hanson
2
2/2/14
Just a note of thanks to Robbie.
Thank you! Glad you like it. -Robbie Hanson On Sunday, February 2, 2014 at 12:14 AM, jzgilbert@alaska
unread,
Just a note of thanks to Robbie.
Thank you! Glad you like it. -Robbie Hanson On Sunday, February 2, 2014 at 12:14 AM, jzgilbert@alaska
2/2/14
Matt G
,
Bogdan Poplauschi
2
11/27/13
Empty queueLabel strings in [DispatchQueueLogFormatter queueThreadLabelForLogMessage:]
Hi Matt, This is a very good catch. Could you create a pull request? Thanks, Bogdan
unread,
Empty queueLabel strings in [DispatchQueueLogFormatter queueThreadLabelForLogMessage:]
Hi Matt, This is a very good catch. Could you create a pull request? Thanks, Bogdan
11/27/13
Koen Dierckx
,
Bogdan Poplauschi
3
11/26/13
CustomLogLevels
Hi Koen, You are correct. Sorry about this, we recently added the Debug log level and some pieces
unread,
CustomLogLevels
Hi Koen, You are correct. Sorry about this, we recently added the Debug log level and some pieces
11/26/13
Amanda Shumack
,
Bogdan Poplauschi
2
11/21/13
Archive Issue with Lumberjack Framework Headers
Sorry for the delay in answering this, but you should import CocoaLumberjack as a Cocoapod and that
unread,
Archive Issue with Lumberjack Framework Headers
Sorry for the delay in answering this, but you should import CocoaLumberjack as a Cocoapod and that
11/21/13
dravid27
11/15/13
Forcing to roll log files (now) synchronously
Hi Robbie, Thank you for all your efforts in putting up this wonderful framework. It's been very
unread,
Forcing to roll log files (now) synchronously
Hi Robbie, Thank you for all your efforts in putting up this wonderful framework. It's been very
11/15/13
dravid27
11/14/13
Question on rolling frequency & initialization of the logger
HI, Here's my scenario: We are trying to track down a bug in surveys that our users take on
unread,
Question on rolling frequency & initialization of the logger
HI, Here's my scenario: We are trying to track down a bug in surveys that our users take on
11/14/13
Garry Brother
,
Robbie Hanson
3
10/15/13
Standard formatter available?
Hi Robbie, Ok, thanks, I'll check out the CustomFormatters article and see what I can do. Garry
unread,
Standard formatter available?
Hi Robbie, Ok, thanks, I'll check out the CustomFormatters article and see what I can do. Garry
10/15/13
memma...@hotmail.com
9/2/13
Change log filenames and path where logfiles where stored
I usually work with log4j and log4cplus and want to define the name of the logfiles and where it was
unread,
Change log filenames and path where logfiles where stored
I usually work with log4j and log4cplus and want to define the name of the logfiles and where it was
9/2/13
David
8/28/13
File logging of crashing app
I wanted to verify the DDFileLogger as-is will not record the last logging statements to file if the
unread,
File logging of crashing app
I wanted to verify the DDFileLogger as-is will not record the last logging statements to file if the
8/28/13
phillip...@ischoolcampus.com
5/14/13
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
unread,
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
5/14/13