An open API service indexing awesome lists of open source software.

https://github.com/lostincompilation/logme

Fast asynchronous C++20 Logging Library
https://github.com/lostincompilation/logme

Last synced: 9 months ago
JSON representation

Fast asynchronous C++20 Logging Library

Awesome Lists containing this project

README

          

# LogMe - Fast and Asynchronous Logging Library for C++20

# Work in Progress

![Version](https://img.shields.io/badge/Version-V0.1-brightgreen?style=flat&&logo=framework) ![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS%20-blue?style=flat&&logo=Platform.sh) ![CPP](https://img.shields.io/badge/Language-C++20-orange?style=flat&&logo=C%2b%2b)

## Contents
- [Description](#description)
- [Getting the library](#getting-the-library)
- [Compiling](#compiling)
- [CMake](#cmake)
- [Visual Studio](#visual-studio)
- [Xcode](#xcode)
- [How to use it](#how-to-use-it)
- [Included examples](#included-examples)

*See also: [License (zlib)](LICENSE.md)*

## Description
TODO

## Getting the library
To get the library simply clone the GitHub repository:
~~~
git clone https://github.com/LostInCompilation/LogMe
~~~

## Compiling
TODO

### CMake
TODO

### Visual Studio
TODO

### Xcode
TODO

## How to use it
Include the main header file of the library in your project:
```cpp
#include "LogMe.hpp"
```

LINKING

If you prefer, directly use the namespace for the library:
```cpp
using namespace LogMe;
```

TODO

## Included Examples
TODO