# Functions

NewLogPublish creates a new publisher.

# Structs

No description provided by the author
LogPublish is a new publisher for logging, it is best used by embedding it into a local struct like below: type localLoggerConfig struct { serviceName microserviceNames.MicroserviceNames logger *logging.LogPublish } This way you can serve it like a singleton.

# Interfaces

No description provided by the author