AyCode.Core/AyCode.Entities/LogItems
Loretta 541cebbed8 Update README links to use code-style paths for docs
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.
2026-03-30 08:01:05 +02:00
..
AcLogItemClient.cs
README.md Update README links to use code-style paths for docs 2026-03-30 08:01:05 +02:00

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 — Implements IAcLogItemClient. [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 by AcLogItem on the server side.