package
0.0.0-20221211150325-2f2c2f34bedd
Repository: https://github.com/fengleng/mars.git
Documentation: pkg.go.dev
# Functions
NewLogger new a std logger with options.
WithAsync with config Async.
WithBufferLimit with config BufferLimit.
WithForceStopAsyncSend with config ForceStopAsyncSend.
WithMaxRetry with config MaxRetry.
WithMaxRetryWait with config MaxRetryWait.
WithRetryWait with config RetryWait.
WithTagPrefix with config TagPrefix.
WithTimeout with config Timeout.
WithWriteTimeout with config WriteTimeout.
# Type aliases
Option is fluentd logger option.