1al_trace(3)                     Allegro manual                     al_trace(3)
2
3
4

NAME

6       al_trace  - Outputs a debugging trace message. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void al_trace(const char *msg, ...);
14

DESCRIPTION

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

SEE ALSO

27       TRACE(3), al_assert(3), register_trace_handler(3)
28
29
30
31Allegro                          version 4.4.3                     al_trace(3)
Impressum