al_trace - Man Page

Outputs a debugging trace message. Allegro game programming library.

Synopsis

#include <allegro.h>

void al_trace(const char *msg, ...);

Description

Outputs a debugging trace message, using a printf() format string given  in ASCII. If you have installed a custom trace handler it uses that, or  if the environment variable ALLEGRO_TRACE is set it writes into the file  specified by the environment, otherwise it writes the message to  "allegro.log" in the current directory. You will usually want to use the  TRACE() macro instead of calling this function directly.

See Also

TRACE(3), al_assert(3), register_trace_handler(3)

Referenced By

al_assert(3), register_trace_handler(3), TRACE(3).

version 4.4.3 Allegro manual