package
0.0.0-20240624235250-9e89dfb7520d
Repository: https://github.com/tailscale/pkgsitelib.git
Documentation: pkg.go.dev

# Packages

Package log supports structured and unstructured logging with levels to GCP stackdriver.

# Functions

Debug logs arg, which can be a string or a struct, at the Debug level.
Debugf logs a formatted string at the Debug level.
Error logs arg, which can be a string or a struct, at the Error level.
Errorf logs a formatted string at the Error level.
Fatal logs arg, which can be a string or a struct, at the Critical level followed by exiting the program.
Fatalf logs formatted string at the Critical level followed by exiting the program.
Info logs arg, which can be a string or a struct, at the Info level.
Infof logs a formatted string at the Info level.
Set the log level.
No description provided by the author
Warning logs arg, which can be a string or a struct, at the Warning level.
Warningf logs a formatted string at the Warning level.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author