package
0.2.0
Repository: https://github.com/hyperyuri/logg.git
Documentation: pkg.go.dev

# Functions

WithDebugMode set the logs to show in terminal.
WithKafkaMode send the logs to a kafka topic with the core.Message ToJSON() struct.
WithRabbitMode send the logs to a rabbitmq queue with the core.Message ToJSON() struct.
WithRestApiMode send the logs to a rest endpoint with ToJSON() struct.