Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed May 20, 2024
1 parent 2367c7f commit 8109e82
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/lua/tables/rom.log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Table containing functions for printing to console / log file.

## Functions (4)
## Functions (5)

### `info(args)`

Expand Down Expand Up @@ -52,4 +52,13 @@ Logs an error message.
rom.log.error(args)
```

### `refresh_filters()`

Refresh the log filters (Console and File) from the config file.

**Example Usage:**
```lua
rom.log.refresh_filters()
```


0 comments on commit 8109e82

Please sign in to comment.