-
Hi,
In order to get my custom logger to work, I read the documentation at https://github.com/robbiehanson/CocoaLumberjack/wiki/CustomLoggers. The skeleton implementation that is provided there, didn'…
svdo updated
11 years ago
-
I am trying to format my DDLog output to console through creating a custom formatter following this link https://github.com/robbiehanson/CocoaLumberjack/wiki/CustomFormatters. I am having trouble to f…
pbian updated
11 years ago
-
The crash occurs when using the deprecated function of getting the current queue.
A simple workaround is to do a dispatch_async on the main queue to execute the log there.
-
Hello,
First off awesome framework! Here's what I am wanting to do with it. I would like to implement two different loggers:
1) An error logger. It will log to a file and console. It incorporat…
-
If you initialize two file loggers with separate formatters (each accepting only certain contexts, as per [this Stackoverflow answer](http://stackoverflow.com/a/7762344/264775)), both will write to th…
-
Hi,
```
DDLogError(@"This is an error.");
DDLogWarn(@"This is a warning.");
DDLogInfo(@"This is just a message.");
DDLogVerbose(@"This is a verbose message.");
```
none of the DDLog messages are col…
ghost updated
11 years ago
-
Regardless of letting the socket call once or continuously, during a stable connection, it eventually stops receiving data. This is a big problem. I have tried everything from closing the connection t…
srz2 updated
10 years ago
-
Hi Robbie,
I'm getting linking errors when trying to compile my app that uses CocoaLumberjack (latest version) in iOS 7, under a 64 bits architecture.
Undefined symbols for architecture x86_64:
"_…
-
It's my intent to convert the current logging to Cocoa Lumberjack. This may require a submodule.
Also, it's preferable to have the NSLogger connector so that log messages are displayed in NSLogger
-
Great job. This is really working well on iphone.
For ipad - I need to dig in to add support for rotation.
is it possible to allocate a viewcontroller and instantiate the logger ?
I don't need swip…