Hi, On Sun, Mar 21, 2010 at 12:49 AM, Matthew Weier O'Phinney <[email protected]> wrote:
> It should be safe; it uses file locking internally to prevent issues > with concurrent writers. > > -- Thanks for your reply. What if a file is being locked by an apache process? Exception anyway or will wait? I want log can be 100% write into the log file, so file based log is not possible? Or should I use syslog?
