> For the complete documentation index, see [llms.txt](https://nodebook.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nodebook.js.org/functions.md).

# Methods

## Contents

* [clearLog() -> void](/functions.md#clearlog)

## clearlog()

Resets `.booklog.txt`

*Reset will be logged in the file itself, you can manually remove if you want to.*

`index.js`

```javascript
Nodebook.clearLog();
```

`.booklog.txt`

```
# Beginning of Nodebook Log
[Nodebook  1617894945853] - Reset Logs
```
