mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-31 15:34:58 +00:00
📝 clarify async warn helper routing
This commit is contained in:
@@ -70,6 +70,10 @@ logger.warn(
|
|||||||
|
|
||||||
In this example, the warning carries structured operational detail.
|
In this example, the warning carries structured operational detail.
|
||||||
|
|
||||||
|
And any shared context already carried by the logger still participates ahead of these per-call fields when the record is built.
|
||||||
|
|
||||||
|
The write still uses the logger's stored target because this shortcut does not take a one-off `target=` override.
|
||||||
|
|
||||||
### Error Case
|
### Error Case
|
||||||
|
|
||||||
e.g.:
|
e.g.:
|
||||||
|
|||||||
Reference in New Issue
Block a user