mirror of https://git.FreeBSD.org/ports.git
7 lines
286 B
Plaintext
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.
|