Benny Prijono schrieb: > On Thu, Jun 26, 2008 at 10:07 AM, Klaus Darilion > <klaus.mailinglists at pernau.at> wrote: >>> pj_log_get/set_level()? >> Aha! I tried it via the pjsua API (pjsua_reconfigure_logging). btw: waht >> is the difference between: >> pjsua_logging_config::level > > This is equal to pj_log_get/set_level(). > >> and >> pjsua_logging_config::console_level ? >> > > And this is another level filtering done by pjsua-lib, and the value > is always less than or equal to "level". The typical usage is to write > down detailed info to file while displaying less detail output to > stdout/console. And what kind of logging is sent to the logger-callback-function? ::level or ::console level? thanks klaus