[Home](./index.md) > [bitburner](./bitburner.md) > [RunningScript](./bitburner.runningscript.md) > [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. **Signature:** ```typescript logs: string[]; ```