blob: 736051ef3fcc26879cbfdcc08975bd4f885f111a (
plain) (
blame)
1
2
3
4
5
6
|
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.
|