Commit b72889b9 authored by Davis King's avatar Davis King

Updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403611
parent 25284ccf
......@@ -137,11 +137,7 @@ namespace dlib
This object represents a logging output stream in the style of the log4j
logger available for Java.
Also note that unlike most other objects in this library there is only
one implementation of this object at a time. Thus, to create instances
of the logger you would simply write logger my_logger("some_name");
Finally, note that the logger doesn't perform any memory allocations during
Additionally, the logger doesn't perform any memory allocations during
each logging action. It just writes directly into the user supplied output
stream. Alternatively, if you use a logging output hook no memory allocations
are performed either. Logging just goes straight into a memory buffer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment