VLN37 / taskmaster

A supervisor-like program
MIT License
0 stars 0 forks source link

Logging System Prototype #5

Closed VLN37 closed 7 months ago

VLN37 commented 8 months ago

The logging emit function will have the following prototype:

fn emit(msg: &str, program: &Program)

It can be reasonably hard coded.

basic format should be [$datetime] $log_level $program $msg

Might be necessary to thread the monitoring feature later? Plan accordingly