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:
Davis King 2009-05-30 14:59:59 +00:00
parent 9ebae0621d
commit 950147aa91
1 changed files with 4 additions and 0 deletions

View File

@ -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()