# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
ErrorFilePath returns the path of an error logfile for the current execution time - depending on when this function is called such a file may not yet exist.
No description provided by the author
No description provided by the author
No description provided by the author
LogFilePath returns the path of a logfile for the current execution time - depending on when this function is called such a file may not yet exist.
LogMemStats creates a log line of memory stats which is useful for manually debugging/validating memory consumption.
MemStatFilePath returns the full path of an memory statistics log file for the current execution time - if no stats are written (yet) no file may exist at this path.
No description provided by the author
No description provided by the author
WithCtxFields creates a logger instance with preset structured logging [field.Field] based on the Context Coordinate (via [CtxKeyCoord]) and environment (via [CtxKeyEnv] [CtxValEnv]) information is added to logs from the Context.
WithFields adds additional [field.Field] for structured logs It accepts vararg fields and should not be called more than once per log call.
# Constants
No description provided by the author
No description provided by the author
# Structs
CtxGraphComponentId context key used for correlating logs that belong to deployment of a sub graph.
CtxKeyAccount context key used for contextual account information.
CtxKeyCoord context key used for contextual coordinate information.
CtxKeyEnv context key used for contextual environment information.
CtxValEnv context value used for contextual environment information.
# Type aliases
CtxValGraphComponentId context value used for correlating logs that belong to deployment of a sub graph.