Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2024 v0.1.2 Nov 24, 2024 Changes in this version + const Error + const Info + const LogFileMaintainDay + const LogFileMaxSize + const Warn + type AsyncLogger struct + func GetLogger() *AsyncLogger + func (l *AsyncLogger) Error(format string, args ...any) + func (l *AsyncLogger) Info(format string, args ...any) + func (l *AsyncLogger) InfoKV(s *Schema) + func (l *AsyncLogger) Warn(format string, args ...any) + type KVItem interface + type Schema struct + func Code(c string) *Schema + func Empty() *Schema + func (s *Schema) Bool(key string, ok bool) *Schema + func (s *Schema) Build() []byte + func (s *Schema) Int(key string, val int) *Schema + func (s *Schema) Recycle() + func (s *Schema) Str(key string, val string) *Schema