Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 23, 2024
1 parent ce9a986 commit 1ab53bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

# 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
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

The super quick introduction to g3log can be seen in the steps 1 - 9 below.

Expand Down

0 comments on commit 1ab53bc

Please sign in to comment.