lists try 2

This commit is contained in:
Kjell Hedstrom 2015-09-21 16:23:27 -06:00
parent 4349797485
commit bb1c31577d

View File

@ -229,17 +229,18 @@ make
# 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
* Sink creation and utilization
* Logging levels
* disable/enabled levels at runtime
* custom logging levels
* Fatal handling
* custom fatal handling
* pre fatal hook
* override of signal handling
* disable fatal handling
* LOG calls
* CHECK calls
#Performance