Format compiler messages for printing.
More...
Format compiler messages for printing.
◆ notify_style_t
notification style
Enumerator |
---|
eNotifyBrief | print a single line for each event just the location and the message
|
eNotifyFull | print a more full event includes source text if as well as the location and message
|
eNotifyCount | |
Definition at line 23 of file notify2.h.
◆ print_notify()
format a single event for printing
- Parameters
-
config | the config to use when printing |
event | the event to print |
Definition at line 99 of file notify.c.
◆ print_notify_many()
format many events for printing
- Parameters
-
config | the config to use when printing |
events | the events to print |
Definition at line 111 of file notify.c.