package
1.0.0
Repository: https://github.com/nivl/go-logger.git
Documentation: pkg.go.dev

# Functions

New creates a new logger using a new tcp connection.
NewCreator returns a logger creator that will use the provided token to create a new le driver for each single logger.
NewCreatorWithDriver returns a logger creator that will always use the provider driver.
NewSharedCreator returns a logger creator that will use the provided token to create a new le driver, and will reuse this driver for all logger created.
NewWithDriver creates a new logger using an existing driver, the driver will not be closed when Close() is called.

# Structs

Creator creates new logetries clients.
Logger represents a logger that sends data to logentries.