gem-graph-client/include
Jean Sirmai 331fa3915f
src/fsm/log/* three files created in this dir: manager.c, oper.c and appendix.c
These three files contain all the functions needed for the log to be init, build
and published.

The most important function is in the 'manager' file:

fsm_add_log (int severity,
             int source,
             const char *file_source,
             const char *function_source,
             const char *string_value)

Any event to be reported must call this function.
2024-11-08 13:18:31 +01:00
..
base.h src/*, simple Gtk application 2024-11-01 23:53:24 +01:00
fsm.h src/fsm/log/* three files created in this dir: manager.c, oper.c and appendix.c 2024-11-08 13:18:31 +01:00