Skip to main content

InfofNoCtx

Logs a formatted message without context.

def InfofNoCtx(
format: string,
args: interface{}
) - > null

Logs a formatted message without context. This function is used to output informational messages to the logger without associating them with a specific operational context.

Parameters

NameTypeDescription
formatstringThe format string for the log message, similar to fmt.Printf.
argsinterface{}Arguments to be formatted according to the format string.

Returns

TypeDescription
nullThis function does not return any value.