@snap/camera-kit
Version:
Camera Kit Web
21 lines (13 loc) • 697 B
Markdown
[**CameraKit Web SDK v1.13.0**](../README.md)
***
[CameraKit Web SDK](../globals.md) / LogLevel
# Type Alias: LogLevel
> **LogLevel**: `"error"` \| `"warn"` \| `"info"` \| `"debug"`
Defines the available logging levels for the Camera Kit SDK.
Possible values are:
- `"error"` - Log only errors (most restrictive)
- `"warn"` - Log warnings and errors
- `"info"` - Log informational messages, warnings, and errors
- `"debug"` - Log all messages including debug information (most verbose)
When a log level is set, all messages at that level and higher priority levels will be logged.
For example, setting the log level to `"warn"` will log warnings and errors, but not info or debug messages.