-
Notifications
You must be signed in to change notification settings - Fork 2
Backend SharedFile
Eduard Mishkurov edited this page Jan 7, 2026
·
1 revision
The SharedFile backend writes log messages to a file that may be accessed by multiple processes simultaneously.
Some environments require multiple applications to write to the same log file without exclusive file locking.
The SharedFile backend supports this scenario.
- The backend attempts to acquire file access only when flushing data
- If the file is temporarily unavailable, the write is skipped or retried
- Exclusive locking is avoided
- Multi-process logging
- Shared service logs
- System-wide log files
logme — flexible runtime logging system
Home · Getting Started · Architecture · Output · Backends · Configuration
GitHub: https://github.com/efmsoft/logme