Skip to main content

duckdb_register_log_storage

Function duckdb_register_log_storage 

Source
pub unsafe extern "C" fn duckdb_register_log_storage(
    database: duckdb_database,
    log_storage: duckdb_log_storage,
) -> duckdb_state
Expand description

Registers a custom log storage for the logger.

@param database A database object. @param log_storage The log storage object. @return Whether the registration was successful.