# 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.