diff --git a/README.md b/README.md index 1bb602d..2e94c6f 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ [![linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://www.linux.org/) [![windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](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. - ![output](tests/terminal.png) ![output](tests/cmd.png) +# 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 - **Thread-Safety**: Utilizes a `Mutex` to ensure safe logging in multi-threaded applications.