AyCode.Core/AyCode.Core.Server
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
..
Loggers Update README links to use code-style paths for docs 2026-03-30 08:01:05 +02:00
docs Update doc links: use inline code, unify relative paths 2026-03-29 22:32:11 +02:00
AyCode.Core.Server.csproj Refactor: Split and expand project-level documentation 2026-03-29 22:16:28 +02:00
README.md Update doc links: use inline code, unify relative paths 2026-03-29 22:32:11 +02:00

README.md

AyCode.Core.Server

Server-side extension of AyCode.Core. Provides server-specific implementations that build on the shared core library.

Documentation

Document Topic
LOGGING_SERVER.md GlobalLogger singleton, server-side logging

Folder Structure

Folder Purpose
Loggers/ Server-side global logger singleton

Key Files

Loggers/

  • GlobalLogger.cs — Static singleton facade for server-side logging. Wraps AcGlobalLoggerBase (sealed, derives from AcLoggerBase). Provides static methods (Detail, Debug, Info, Warning, Suggest, Error, Write) with [CallerMemberName] support. Default category: "GLOBAL_LOGGER".

Dependencies

Dependency Purpose
AyCode.Core Core library (loggers, enums, serializers)
MessagePack MessagePack serialization
Newtonsoft.Json JSON serialization
Microsoft.Extensions.Logging.Abstractions Logging abstractions