Versions in this module Expand all Collapse all v1 v1.0.25 Jun 22, 2022 v1.0.24 Jun 21, 2022 Changes in this version + type RPCConfig struct + ErrorFile string + InfoFile string + Level string + type RPCLogger struct + func NewRPCLogger(config *RPCConfig, opts ...RPCOption) (rl *RPCLogger, err error) + func (rl *RPCLogger) Error(ctx context.Context, msg string, fields logger.Fields) + func (rl *RPCLogger) Info(ctx context.Context, msg string, fields logger.Fields) + type RPCOption func(rl *RPCLogger)