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

658 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

0 GB