Documentation
¶
Index ¶
- func NewMongoDBLogger(configuration MongoDBLoggerConfiguration) (gologcore.ILogDestination, error)
- func NewRabbitMqLogger(configuration RabbitMQLoggerConfiguration) (gologcore.ILogDestination, error)
- type MongoDBLogger
- type MongoDBLoggerConfiguration
- type RabbitMQLogger
- type RabbitMQLoggerConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMongoDBLogger ¶
func NewMongoDBLogger(configuration MongoDBLoggerConfiguration) (gologcore.ILogDestination, error)
func NewRabbitMqLogger ¶
func NewRabbitMqLogger(configuration RabbitMQLoggerConfiguration) (gologcore.ILogDestination, error)
Types ¶
type MongoDBLogger ¶
type MongoDBLogger struct {
// contains filtered or unexported fields
}
func (*MongoDBLogger) Close ¶
func (mongoDBLogger *MongoDBLogger) Close() error
type RabbitMQLogger ¶
type RabbitMQLogger struct {
// contains filtered or unexported fields
}
func (*RabbitMQLogger) Close ¶
func (rabbitMQLogger *RabbitMQLogger) Close() error
Click to show internal directories.
Click to hide internal directories.