Method

AgsLogadd_message

since: 3.0.0

Declaration [src]

void
ags_log_add_message (
  AgsLog* log,
  gchar* str
)

Description [src]

Add a message to log.

Available since: 3.0.0

Parameters

str

Type: gchar*

The message.

The instance takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.