freebsd-ports/devel/p5-Log-Dispatch-FileShared/pkg-descr

7 lines
286 B
Plaintext

Log::Dispatch::FileShared is an output class for logging to shared files
under the Log::Dispatch system.
Log messages are written using the flock file locking mechanism on a
per write basis which means that this module is suitable for sharing a
log file in a multitasking environment.