# LibComponentLogging-LogFile [http://0xc0.de/LibComponentLogging](http://0xc0.de/LibComponentLogging) [http://github.com/aharren/LibComponentLogging-LogFile](http://github.com/aharren/LibComponentLogging-LogFile) ## Overview LibComponentLogging-LogFile is a file logging class for Objective-C (Mac OS X and iPhone OS) which writes log messages to an application-specific log file. The application's log file is opened automatically when the first log message needs to be written to the log file. If the log file reaches a configured maximum size, it gets rotated and all previous messages will be moved to a backup log file. The backup log file is kept until the next rotation. The logging class can be used as a logging back-end for LibComponentLogging, but it can also be used as a standalone logger without the Core files of LibComponentLogging. The LogFile logger uses the format