duckdb-simple
Safe HaskellNone
LanguageHaskell2010

Database.DuckDB.Simple.Logging

Description

 
Synopsis

Documentation

data LogEntry Source #

A single log event delivered through DuckDB's log-storage callback.

Instances

Instances details
Show LogEntry Source # 
Instance details

Defined in Database.DuckDB.Simple.Logging

Eq LogEntry Source # 
Instance details

Defined in Database.DuckDB.Simple.Logging

registerLogStorage :: Connection -> Text -> (LogEntry -> IO ()) -> IO () Source #

Register a custom log storage callback on the database behind a connection.