bitburner-src/markdown/bitburner.ns.enablelog.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

692 B

Home > bitburner > NS > enableLog

NS.enableLog() method

Enable logging for a certain function.

Signature:

enableLog(fn: string): void;

Parameters

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

Returns:

void

Remarks

RAM cost: 0 GB

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).