Added link to the API docmentation

This commit is contained in:
Kjell Hedsröm 2015-11-23 23:17:47 -07:00
parent 2cef7cb174
commit 01666ab80c

View File

@ -36,7 +36,8 @@ CHECK(less > more) << "CHECK(false) triggers a FATAL message";
http://www.codeproject.com/Articles/288827/g2log-An-efficient-asynchronous-logger-using-Cplus)
* You can choose to use the default log receiver which saves all LOG calls to file, **or** you can choose to use your own custom made log receiver(s), **or** both, **or** as many sinks as you need.
## Detailed API documentation
Please look at [API.readme](API.readme) for detailed API documentation
## Benefits you get when using G3log ##