Function Macro

ValentNOTE

unstable since: 1.0

Declaration [src]

#define VALENT_NOTE (
  fmt,
  ...
)

Description [src]

Logs a formatted message at VALENT_LOG_LEVEL_TRACE.

Available since: 1.0

This function is not directly available to language bindings.

Parameters

fmt

Type: -

The message format (a la printf())

...

Type: -

The message parameters.