Update index.md

This commit is contained in:
Kjell Hedström. We are hiring @ Ganaz 2022-05-28 21:50:00 -06:00 committed by GitHub
parent 808b787b60
commit f4fa1cad94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
# Welcome to g3log # Welcome to g3log
G3log is an asynchronous logger with three main features. G3log is an asynchronous logger with three main features:
1. Intuitive `LOG(...)` API 1. Intuitive `LOG(...)` API
2. `Design-by-contract` `CHECK(...)` functionality 2. `Design-by-contract` `CHECK(...)` functionality
3. Fatal crash handling for graceful shutdown of the logged process without loosing any log details up to the point of the crash. 3. Fatal crash handling for graceful shutdown of the logged process without loosing any log details up to the point of the crash.