Documentation
¶
Overview ¶
Package clilog provides a fluent API for configuring structured logging.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type LumberjackWriteCloseFixer ¶ added in v2.18.0
type LumberjackWriteCloseFixer struct { Writer io.WriteCloser // contains filtered or unexported fields }
LumberjackWriteCloseFixer is a wrapper around an io.WriteCloser that prevents writes after Close. This is necessary because lumberjack re-opens the file on Write.
func (*LumberjackWriteCloseFixer) Close ¶ added in v2.18.0
func (c *LumberjackWriteCloseFixer) Close() error
type Option ¶
type Option func(*Builder)
func FromDeploymentValues ¶
func FromDeploymentValues(vals *codersdk.DeploymentValues) Option
func WithFilter ¶
func WithStackdriver ¶
func WithVerbose ¶
func WithVerbose() Option
Click to show internal directories.
Click to hide internal directories.