Reference > Configuration > Runtime
Logging
Configure options for logging.
Configure using delegate
Syntax
ConfigureLoggingOptions({configure})
Arguments
- configure
- – A delegate to configure logging settings.
LogParameterValues Option
Syntax
LogParameterValues = {value}
Arguments
- value
- – A value that determines if parameter values will be emitted to logs with the sql statement.
examples