Debug messages

Registered by Federico Razzoli

Debug messages will be stored per-session, based on CONNECTION_ID().

Users will be able to log debug messages using write:
void write(msg TEXT)

If the auto_messages option is on, automatic messages will be triggered by DBUG - for example, when a checkpoint is found.

To read messages:
* TEXT msg_first() (not necessary first time, or when msg_eof() returns TRUE)
* TEXT msg_next()
* BOOL msg_eof()
* SMALLINT UNSIGNED msg_count()
* VOID msg_clean() - only works with your messages
* VOID msg_purge() - delete all

Table:
messages

View:
my_messages

Blueprint information

Status:
Not started
Approver:
Federico Razzoli
Priority:
Essential
Drafter:
None
Direction:
Needs approval
Assignee:
Federico Razzoli
Definition:
Drafting
Series goal:
None
Implementation:
Not started
Milestone target:
milestone icon 1.0.0

Related branches

Sprints

Whiteboard

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.