mirror of
https://github.com/KjellKod/g3log.git
synced 2025-03-04 19:13:31 +01:00
14 lines
503 B
Markdown
14 lines
503 B
Markdown
![]() |
# API description
|
||
|
Most of the API that you need for using g3log is described in this readme. For more API documentation and examples please continue to read the [API readme](API.markdown). Examples of what you will find here are:
|
||
|
1. Sink creation and utilization
|
||
|
2. Logging levels
|
||
|
..1. disable/enabled levels at runtime
|
||
|
..2. custom logging levels
|
||
|
3. Fatal handling
|
||
|
..1. custom fatal handling
|
||
|
..2. pre fatal hook
|
||
|
..3. override of signal handling
|
||
|
..4. disable fatal handling
|
||
|
4. LOG calls
|
||
|
5. CHECK calls
|