bitburner-src/markdown/bitburner.runningscript.logs.md
Olivier Gagnon f555c4567b update doc
2022-04-13 01:35:35 -04:00

14 lines
468 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [RunningScript](./bitburner.runningscript.md) &gt; [logs](./bitburner.runningscript.logs.md)
## RunningScript.logs property
Script logs as an array. The newest log entries are at the bottom. Timestamps, if enabled, are placed inside `[brackets]` at the start of each line.
<b>Signature:</b>
```typescript
logs: string[];
```