ReadMe.txt 373 B

1234
  1. This Xcode project provides a sample custom formatter. It shows how one can customize the output format of a log message. This particular example demonstrates prefixing the file name, function, and line number before a log message.
  2. For more information on custom formatters, see the Wiki article:
  3. https://github.com/CocoaLumberjack/CocoaLumberjack/wiki/CustomFormatters