gem-graph-client/include
Jean Sirmai a64c960548
/src/fsm/log/* introduces the functions that the log needs.
The most important function: fsm_add_log() harbours the filters.
It is in the file:
    /src/fsm/log/manager.c
The four mandatory executive functions that the log needs to init,
add and publish are in the dedicated file:
    /src/fsm/log/oper.c
Three functions whose usefulness remains to be demonstrated are in
    /src/fsm/log/appendix.c
The two structures (fsm_log_struct, fsm_log_struct_unit)
and the two enums (severity, source) stay in fsm.h
2024-11-08 16:13:05 +01:00
..
base.h src/*, simple Gtk application 2024-11-01 23:53:24 +01:00
fsm.h /src/fsm/log/* introduces the functions that the log needs. 2024-11-08 16:13:05 +01:00