mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Add logs.md
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
---
|
||||
icon: dot
|
||||
order: 200
|
||||
visibility: hidden
|
||||
---
|
||||
|
||||
TODO
|
||||
# Logs (soon)
|
||||
|
||||
Our analytics platform supports **structured logging** — a powerful way to capture detailed logs with context for debugging, monitoring, and analysis.
|
||||
Structured logs go beyond plain text by capturing logs in a **machine-readable, structured format** with support for levels, timestamps, and custom properties.
|
||||
|
||||
## 💡 What is a Structured Log?
|
||||
|
||||
A **structured log** is:
|
||||
|
||||
- A **timestamped message**
|
||||
- With a **log level** (e.g. `INFO`, `WARN`, `ERROR`)
|
||||
- And **optional structured properties** (key-value pairs)
|
||||
|
||||
This makes logs **queryable**, **filterable**, and easy to **analyze programmatically**.
|
||||
|
||||
Reference in New Issue
Block a user