Skip to content

Commit

Permalink
fix outdated API reference
Browse files Browse the repository at this point in the history
Signed-off-by: Kokonico <kokonico@duck.com>
  • Loading branch information
Kokonico committed Jul 20, 2024
1 parent fd8a000 commit c2b2309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/API/LogNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ Defined when creating a new LogNode.
- **Returns**: `None`
- **Parameters**:
- #### `elementfilter`
- **Type**: `list[LogMessage/Exception/BaseException]`, `None`
- **Type**: `LogMessage(s)/Exception(s)/BaseException(s)`, `None`
- **Default**: `None`
- **Description**: A filter for which types of messages to dump to the console.
- **Example**: `[Error, Warn, ImportError]`
- **Note**: If `None`, all messages will be dumped.
- **Example**: `Error, Warn, ImportError`
- **Note**: If the only element received is `None`, all messages will be dumped.

### `wipe_messages`
- **Description**: Wipes all messages from memory.
Expand Down

0 comments on commit c2b2309

Please sign in to comment.