Takaro - v0.6.0
    Preparing search index...

    Namespace logger

    Variables

    fmt

    Functions

    debug

    Capture a log with the debug level. Requires the enableLogs option to be enabled.

    You can either pass a message and attributes or a message template, params and attributes.

    error

    Capture a log with the error level. Requires the enableLogs option to be enabled.

    You can either pass a message and attributes or a message template, params and attributes.

    fatal

    Capture a log with the fatal level. Requires the enableLogs option to be enabled.

    You can either pass a message and attributes or a message template, params and attributes.

    info

    Capture a log with the info level. Requires the enableLogs option to be enabled.

    You can either pass a message and attributes or a message template, params and attributes.

    trace

    Capture a log with the trace level. Requires the enableLogs option to be enabled.

    You can either pass a message and attributes or a message template, params and attributes.

    warn

    Capture a log with the warn level. Requires the enableLogs option to be enabled.

    You can either pass a message and attributes or a message template, params and attributes.