Implemented initial version of logging system. Log formatting and content needs to be reworked.

This commit is contained in:
Jakob Friedl
2025-08-20 12:55:09 +02:00
parent 24208f3b4b
commit f69adc53a2
10 changed files with 139 additions and 74 deletions

View File

@@ -165,7 +165,7 @@ type
port*: int
protocol*: Protocol
# Server context structures
# Context structures
type
KeyPair* = object
privateKey*: Key