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

650 B

Home > bitburner > NS > isLogEnabled

NS.isLogEnabled() method

Checks the status of the logging for the given function.

Signature:

isLogEnabled(fn: string): boolean;

Parameters

Parameter Type Description
fn string Name of function to check.

Returns:

boolean

Returns a boolean indicating whether or not logging is enabled for that function (or ALL)

Remarks

RAM cost: 0 GB