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

README.md

LogItems

Server-side log item entity and interface, extending the client-side AcLogItemClient with database-mapped identity and header reference.

For full logging architecture see docs/LOGGING.md. For client-side entity see AyCode.Entities/LogItems/README.md.

Key Files

  • IAcLogItem.cs — Interface extending IAcLogItemClient + IEntityInt, adding LogHeaderId property.
  • AcLogItem.cs[Table("LogItem")] entity extending AcLogItemClient. MessagePack keys: Id (Key 55, auto-generated PK), LogHeaderId (Key 60). Used by AcDbLogItemWriter for EF Core persistence.