mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
set callback before setting levels
This commit is contained in:
parent
c6a06ea0a7
commit
7e58bc828a
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,8 +1021,8 @@ void linphone_core_enable_logs(FILE *file){
|
|||
}
|
||||
|
||||
void linphone_core_enable_logs_with_cb(OrtpLogFunc logfunc){
|
||||
linphone_core_set_log_level(ORTP_MESSAGE);
|
||||
linphone_core_set_log_handler(logfunc);
|
||||
linphone_core_set_log_level(ORTP_MESSAGE);
|
||||
}
|
||||
|
||||
void linphone_core_disable_logs(void){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue