# Functions

Creator returns a logger.Creator which will take care of create a logger.Logger which will have enabled all the requested logging drivers.
Logger creates a logger.Logger that writes the log messages to the provided loggers, similar to the Unix tee(1) command.
Validator returns a logger.LogOptValidator which will validate the config for all the enabled logging drivers.

# Constants

Driver name & available keys.
Driver name & available keys.

# Variables

AWSLogsBlueprint is the blueprint for the original awslogs docker driver.
DefaultBlueprints represents the builtin docker log drivers with our custom syslog5424 driver.
FluentdBlueprint is the blueprint for the original fluentd docker driver.
GCPLogsBlueprint is the blueprint for the original gcplogs docker driver.
GelfBlueprint is the blueprint for the original gelf docker driver.
JournaldBlueprint is the blueprint for the original journald docker driver.
JSONFileLogBlueprint is the blueprint for our customized jsonfilelog driver.
LogentriesBlueprint is the blueprint for the original logentries docker driver.
SplunkBlueprint is the blueprint for the original splunk docker driver.
Syslog5424Blueprint is the blueprint for our own syslog driver.
SyslogBlueprint is the blueprint for the original syslog docker driver.

# Structs

Blueprint represents the specification that must be met by a log driver in order to be used by a multilogger.