Skip to content
  • Ondřej Surý's avatar
    Add isc_log_createandusechannel() function to simplify usage · 679e90a5
    Ondřej Surý authored
    The new
    isc_log_createandusechannel() function combines following calls:
    
        isc_log_createchannel()
        isc_log_usechannel()
    
    calls into a single call that cannot fail and therefore can be used in
    places where we know this cannot fail thus simplifying the error
    handling.
    679e90a5