mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-11-05 06:03:23 +01:00
loglite readme: code highlighting
This commit is contained in:
parent
ae65e0841c
commit
eebd00c32f
@ -15,6 +15,7 @@ The script can follow an existing log file (comparable to `tail -f`), or it can
|
||||
|
||||
The script looks for filter sets in the file '$HOME/loglite-filters.lua'. It looks like this:
|
||||
|
||||
``` lua
|
||||
local M = {}
|
||||
|
||||
M.default = {
|
||||
@ -35,6 +36,7 @@ The script looks for filter sets in the file '$HOME/loglite-filters.lua'. It loo
|
||||
}
|
||||
|
||||
return M
|
||||
```
|
||||
|
||||
Here, the declaration and returning of `M` is required for the loglite script to be able to cleanly import the file. In `M.default`, 'default' is the name of a filter set being defined (similar for 'specialization'). Definitions can contain three so-called keys: 'parent' specifies a filter set to inherit from in order to reduce code duplication, 'options' and 'patterns' are described below.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user