Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 650 Bytes

bitburner.ns.islogenabled.md

File metadata and controls

30 lines (17 loc) · 650 Bytes

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