Replaced Markdown links with plain code-style paths in all README.md files for consistency. Updated references to logging, SignalR, and dynamic method dispatch documentation. Clarified some documentation paths and improved consistency in context/architecture sections. No code changes—documentation only. |
||
|---|---|---|
| .. | ||
| AcLogItemClient.cs | ||
| README.md | ||
README.md
LogItems
Client-side log item entity used for structured logging. Serialized with MessagePack for efficient transport over SignalR.
For full logging architecture see
docs/LOGGING.md.
Key Files
AcLogItemClient.cs— ImplementsIAcLogItemClient.[MessagePackObject]with explicit key indices (5, 15, 20, 25, 30, 35, 40, 45, 50). Fields:TimeStampUtc,AppType,LogLevel,ThreadId,CategoryName,CallerName,Text,ErrorType,Exception. Extended byAcLogItemon the server side.