Versions in this module Expand all Collapse all v0 v0.1.0 Aug 23, 2026 Changes in this version + func NewLogger(config *logConfig.Config) (logContract.ILog, error) + type LogSvc struct + func (b LogSvc) Debug(ctx context.Context, msg string, fields ...interface{}) + func (b LogSvc) Error(ctx context.Context, msg string, fields ...interface{}) + func (b LogSvc) Info(ctx context.Context, msg string, fields ...interface{}) + func (b LogSvc) Warn(ctx context.Context, msg string, fields ...interface{}) + type SlsSvc struct + func (s *SlsSvc) Debug(ctx context.Context, msg string, fields ...interface{}) + func (s *SlsSvc) Error(ctx context.Context, msg string, fields ...interface{}) + func (s *SlsSvc) Info(ctx context.Context, msg string, fields ...interface{}) + func (s *SlsSvc) Warn(ctx context.Context, msg string, fields ...interface{})