Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/StandardLevel.md
2025-04-01 09:23:12 -04:00

636 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-standard-level StandardLevel StandardLevel StandardLevel pythonsdk
python
Python
sdk
StandardLevel
V2025StandardLevel
/tools/sdk/python/v2025/models/standard-level
SDK
Software Development Kit
StandardLevel
V2025StandardLevel

StandardLevel

Standard Log4j log level

Enum

  • FALSE (value: 'false')

  • FATAL (value: 'FATAL')

  • ERROR (value: 'ERROR')

  • WARN (value: 'WARN')

  • INFO (value: 'INFO')

  • DEBUG (value: 'DEBUG')

  • TRACE (value: 'TRACE')

[Back to top]