• G
    logtrace: add log_session_lvl · 299cccfb
    Grissiom 提交于
    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.
    299cccfb
log_trace.c 11.3 KB