mirror of https://github.com/davisking/dlib.git
Added a comment about the configure_loggers_from_file() function.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403080
This commit is contained in:
parent
9ebae0621d
commit
950147aa91
|
@ -102,6 +102,10 @@ void setup_loggers (
|
|||
// logc.level() back to LINFO since temp_log is a parent of logc_temp.
|
||||
logger logc_temp("example.test_class");
|
||||
logc_temp.set_level(LWARN);
|
||||
|
||||
|
||||
// Finally, note that you can also configure your loggers from a text config file.
|
||||
// See the documentation for the configure_loggers_from_file() function for details.
|
||||
}
|
||||
|
||||
int main()
|
||||
|
|
Loading…
Reference in New Issue