# Functions
DefaultLogHookOptions are the default options for LogHook.
NewLogHook returns a new LogHook, for a provided list of LogHookOption.
WithArguments is used to enable the SQL arguments logging.
WithExcludedOperations is used to exclude a list of SQL operations from logging.
WithLevel is used to configure the SQL logging level.
# Type aliases
LogHookOption are the functional options for LogHook.