• Deomid Ryabkov's avatar
    Log file:line instead of function; add cs_log_set_file_level() · 95a36b17
    Deomid Ryabkov authored
    cs_log_set_filter() is removed in favor of cs_log_set_file_level() which
    allows setting log verbosity of individual files and/or lines.
    
    E.g.: `mg_=1,mjs=1,=4` - level for for everything except mjs and mongoose.
    
    We use the fact that we are usually pretty careful with our file names and use prefixes consistently.
    
    In mos, `debug.file_level` sets the option on boot and `Sys.SetDebug` is updated to parse `file_level` option to change it at runtime.
    
    CL: Log file:line instead of function; add cs_log_set_file_level()
    
    PUBLISHED_FROM=49f18d4d0d3dd224865129a4f8fe6cccd1d9bc12
    95a36b17
Name
Last commit
Last update
..
platforms Loading commit data...
cs_dbg.c Loading commit data...
cs_dbg.h Loading commit data...
cs_md5.c Loading commit data...
cs_md5.h Loading commit data...
cs_time.c Loading commit data...
cs_time.h Loading commit data...
mg_mem.h Loading commit data...
platform.h Loading commit data...
test_main.c Loading commit data...
test_main.h Loading commit data...
test_util.c Loading commit data...
test_util.h Loading commit data...