bitburner-src/markdown/bitburner.ns.enablelog.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

686 B

Home > bitburner > NS > enableLog

NS.enableLog() method

Re-enables logging for the given function. If `ALL` is passed into this function as an argument, then it will revert the effects of disableLog(`ALL`).

Signature:

enableLog(fn: string): void;

Parameters

Parameter Type Description
fn string Name of function for which to enable logging.

Returns:

void

Remarks

0 GB