Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.propeldata.com/llms.txt

Use this file to discover all available pages before exploring further.

<LogProvider level={LogLevel.Error}>
  // Components
</LogProvider>

Props API

level
LogLevel
The currently configured log level.
error
Console["error"]
Log at error-level, if enabled.
warn
Console["warn"]
Log at warn-level, if enabled.
info
Console["info"]
Log at info-level, if enabled.
debug
Console["debug"]
Log at debug-level, if enabled.