nmsg
0.9.0
|
base "logline" message type. More...
Go to the source code of this file.
Variables | |
struct nmsg_msgmod_field | logline_fields [] |
struct nmsg_msgmod_plugin | nmsg_msgmod_ctx |
base "logline" message type.
This message type is meant to be carry generic free-form log lines.
logline message fields.
Name | Type | Required | Repeated | Description |
category | string | no | no | Free-form string containing the category of the log message. |
message | string | no | no | Free-form string containing the log message itself. |
Definition in file logline.c.
struct nmsg_msgmod_field logline_fields[] |
struct nmsg_msgmod_plugin nmsg_msgmod_ctx |