# Functions

Run starts the log collector service.
WithAwsRegion specifies the AWS region.
WithDisableSSL sets whether SSL is used to access the cloud.
WithEndpoint specifies the S3 endpoint.
WithErrorListener reports errors to the specified error listener.
WithHTTPClient specifies the HTTP client to use.
WithS3ForcePathStyle sets whether path style needs to be forced.
WithS3UrlPrefix specifies the S3 bucket and key prefix in the cloud E.g.
WithServer specifies that an IPC server should be started so other processes can use log collection.
WithSocketNameSuffix specifies the (optional) suffix of the socket name.
WithTokener specifies that the given token.Accessor should be used to obtain authorization credentials (used to retrieve USerID).

# Type aliases

Option defines an option that can be set on the server.