Package Usage: go: github.com/golang/glog
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
It provides functions that have a name matched by regex:
If Context is present, function takes context.Context argument. The
context is used to pass through the Trace Context to log sinks that can make use
of it.
It is recommended to use the context variant of the functions over the non-context
variants if a context is available to make sure the Trace Contexts are present
in logs.
If Depth is present, this function calls log from a different depth in the call stack.
This enables a callee to emit logs that use the callsite information of its caller
or any other callers in the stack. When depth == 0, the original callee's line
information is emitted. When depth > 0, depth frames are skipped in the call stack
and the final frame is treated like the original callee to Info.
If 'f' is present, function formats according to a format specifier.
This package also provides V-style logging controlled by the -v and -vmodule=file=2 flags.
Basic examples:
See the documentation for the V function for an explanation of these examples:
Log output is buffered and written periodically using Flush. Programs
should call Flush before exiting to guarantee all log output is written.
By default, all log statements write to files in a temporary directory.
This package provides several flags that modify this behavior.
As a result, flag.Parse must be called before any logging is done.
Other flags provide aids to debugging.
7 versions
Latest release: over 1 year ago
20,146 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/golang/glog
Dependent Repos 27
SocialGouv/k8s-csi-s3 Fork of yandex-cloud/k8s-csi-s3
GeeseFS-based CSI for mounting S3 buckets as PersistentVolumesSize: 231 KB - Last synced: 5 days ago - Pushed: 11 months ago

SocialGouv/rollout-status Fork of clusterise/rollout-status
Alternative to kubectl rollout statusSize: 3.95 MB - Last synced: 5 days ago - Pushed: 2 months ago

ANSSI-FR/ultrablue
User-friendly Lightweight TPM Remote Attestation over BluetoothSize: 3.87 MB - Last synced: 7 days ago - Pushed: about 2 years ago


InseeFrLab/onyxia-onboarding
Onboarding for the Onyxia datalabSize: 68.4 KB - Last synced: 6 days ago - Pushed: over 1 year ago

InseeFrLab/onyxia-onboarding-operator
An operator for onyxia's onboarding tasksSize: 71.3 KB - Last synced: 6 days ago - Pushed: over 1 year ago

InseeFrLab/utils
A collection of scripts that may have been used at some point :)Size: 41 KB - Last synced: 6 days ago - Pushed: over 1 year ago

SocialGouv/secretgen-controller Fork of carvel-dev/secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)Size: 30.4 MB - Last synced: 5 days ago - Pushed: 11 months ago

Spirals-Team/genpack-swarm Fork of docker-archive/classicswarm
GenPack is an extension of Docker Swarm to better pack containers onto hostsSize: 12.8 MB - Last synced: 6 days ago - Pushed: over 8 years ago


