Versions in this module Expand all Collapse all v4 v4.0.1 Mar 30, 2025 Changes in this version + type LoggingClient struct + func NewLoggingClient(t interface{ ... }) *LoggingClient + func (_m *LoggingClient) Debug(msg string, args ...interface{}) + func (_m *LoggingClient) Debugf(msg string, args ...interface{}) + func (_m *LoggingClient) Error(msg string, args ...interface{}) + func (_m *LoggingClient) Errorf(msg string, args ...interface{}) + func (_m *LoggingClient) Info(msg string, args ...interface{}) + func (_m *LoggingClient) Infof(msg string, args ...interface{}) + func (_m *LoggingClient) LogLevel() string + func (_m *LoggingClient) SetLogLevel(logLevel string) error + func (_m *LoggingClient) Trace(msg string, args ...interface{}) + func (_m *LoggingClient) Tracef(msg string, args ...interface{}) + func (_m *LoggingClient) Warn(msg string, args ...interface{}) + func (_m *LoggingClient) Warnf(msg string, args ...interface{}) Other modules containing this package github.com/agile-edge/go-mod-core-contracts/v3