update changelog
This commit is contained in:
parent
2b218f171f
commit
58c88c6ec1
|
@ -7,14 +7,14 @@
|
||||||
[](https://www.linux.org/)
|
[](https://www.linux.org/)
|
||||||
[](https://support.microsoft.com/en-US/windows)
|
[](https://support.microsoft.com/en-US/windows)
|
||||||
|
|
||||||
# `singlog` - Singleton Logging Module
|
|
||||||
|
|
||||||
`singlog` is a singleton logging module written in the D programming language, designed to provide thread-safe, cross-platform logging with flexible output targets. It supports multiple log levels, configurable output destinations (syslog, console, file), and optional colored console output, making it a versatile tool for application logging.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
# Singleton Logging Module
|
||||||
|
|
||||||
|
`singlog` is a singleton logging module written in the D programming language, designed to provide thread-safe, cross-platform logging with flexible output targets. It supports multiple log levels, configurable output destinations (syslog, console, file), and optional colored console output, making it a versatile tool for application logging.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Thread-Safety**: Utilizes a `Mutex` to ensure safe logging in multi-threaded applications.
|
- **Thread-Safety**: Utilizes a `Mutex` to ensure safe logging in multi-threaded applications.
|
||||||
|
|
Loading…
Reference in New Issue