mirror of https://github.com/davisking/dlib.git
Updated spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403611
This commit is contained in:
parent
25284ccf4e
commit
b72889b964
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue