Skip to content
Snippets Groups Projects

feat: now can highlight relevant parts of logs

Merged Georgy Moshkin requested to merge feat/highlight-logging-keys into master

Needs !214 (merged)

To highlight all the logging messages containing the given key do this:

  • rust: tlog::highlight_key(log_key, Some(color)).
  • lua: picolib.log.highlight_key(log_key, color).

To disable highlight for the given key do this:

  • rust: tlog::highlight_key(log_key, None).
  • lua: picolib.log.highlight_key(log_key).

To disable highlighting of all keys do this:

  • rust: tlog::clear_highlight().
  • lua: picolib.log.clear_highlight().

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading