Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat(formatters): Add FLATFormatter to Format Log Records as Flat L…
…ine Key-Value Pairs #### Key Features: - Formats log fields as key-value pairs, e.g., �sctime='2024-10-04' level='INFO' message='Log message here'. - Ignores fields with empty or None values. - Adds exception information to the log string if present in the log record. - Inherits specifier extraction and handling from BaseStructuredFormatter. This formatter is ideal for use cases that require concise, human-readable logs without structured formats such as JSON or XML. Closes #98
- Loading branch information