Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + func PrettifyFunctionLogLine(logger logger.Logger, log []byte) (string, string, error) + type FunctionLogLine struct + Datetime *string + Level *string + Message *string + More interface{} + Name *string + Time interface{} + With map[string]string + func CreateFunctionLogLine(log []byte) (*FunctionLogLine, error) + func (f FunctionLogLine) GetJSONFields() []string