rt-thread/components/utilities/logtrace
Grissiom 299cccfb26 logtrace: add log_session_lvl
log_session_lvl is suitable for performance critical places where in
most cases, the log is turned off by level. If the session is const and
the level is greater than session->lvl, the whole function will be
optimized out.
2014-04-10 21:22:39 +08:00
..
SConscript Move logtrace to utilites 2013-06-30 21:51:41 +08:00
log_file.c logtrace: only export cmd when finsh is enabled 2013-09-26 11:49:33 +08:00
log_trace.c logtrace: add log_session_lvl 2014-04-10 21:22:39 +08:00
log_trace.h logtrace: add log_session_lvl 2014-04-10 21:22:39 +08:00