log

package
v0.0.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Log is an endpoint for log messages.

Types

  • Connection: The Connection object describes the connection details to logd: { "Address": string }

Any values set in Connection are optional; they overwrite the default Connection values for the endpoint. The default values can be obtained via the "defaults" operation. For a description of the meaning of these settings, see https://pkg.golang.ir/bitbucket.org/pcas/logger/logd

Operations

  • defaults: The Arguments are empty. The Result is of the form: { "Connection": Connection }

The result describes the default connection values.

  • log: The Arguments are of the form: { "Connection": Connection, "Name": string, // required "Message": string // required }

This will log the given message in the named log. The Result is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL