mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 18:56:55 +02:00
docs: unify header to import path for package docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Logging Package
|
||||
# internal/logging
|
||||
|
||||
Structured logging capabilities for GoDoxy, including application logging, HTTP access logging, and in-memory log streaming.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Access Logging
|
||||
# internal/logging/accesslog
|
||||
|
||||
Provides HTTP access logging with file rotation, log filtering, and multiple output formats for request and ACL event logging.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# In-Memory Logger
|
||||
# internal/logging/memlogger
|
||||
|
||||
Provides a thread-safe in-memory circular buffer logger with WebSocket-based real-time streaming for log data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user