Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Host ¶
type Host struct {
// contains filtered or unexported fields
}
func (*Host) WriteLog ¶
Writes a log message to specified target and level. `target` is used to filter logs to a specific target, e.g. for logging to your specific actor name, and can be left as an empty string. `level` can be one of the following log levels: `error`, `warn`, `info`, `debug`, `trace`. It is up to the provider to ensure the `level` value is valid.
type WriteLogArgs ¶
func DecodeWriteLogArgs ¶
func DecodeWriteLogArgs(decoder *msgpack.Decoder) (WriteLogArgs, error)
func DecodeWriteLogArgsNullable ¶
func DecodeWriteLogArgsNullable(decoder *msgpack.Decoder) (*WriteLogArgs, error)
Click to show internal directories.
Click to hide internal directories.