Documentation ¶
Index ¶
Constants ¶
View Source
const TracerName = "git.meschbach.com/mee/junk/actors"
Variables ¶
This section is empty.
Functions ¶
func NewSystem ¶
func NewSystem(opts ...SystemOpts) actors.System
Types ¶
type CompositeLogger ¶
func (*CompositeLogger) Error ¶
func (c *CompositeLogger) Error(format string, args ...any)
func (*CompositeLogger) Fatal ¶
func (c *CompositeLogger) Fatal(format string, args ...any)
func (*CompositeLogger) Info ¶
func (c *CompositeLogger) Info(format string, args ...any)
func (*CompositeLogger) Warn ¶
func (c *CompositeLogger) Warn(format string, args ...any)
type CompositeLoggingStrategy ¶
type CompositeLoggingStrategy struct {
Loggers []LoggingStrategy
}
type ConsoleLoggingStrategy ¶
type ConsoleLoggingStrategy struct{}
type LoggingStrategy ¶
type LoggingStrategy interface {
// contains filtered or unexported methods
}
type MessageTimeoutError ¶
func (*MessageTimeoutError) Error ¶
func (m *MessageTimeoutError) Error() string
type OTELLoggingStrategy ¶
type OTELLoggingStrategy struct { }
type SystemOpts ¶
type SystemOpts interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.