Skip to content

Latest commit

 

History

History
68 lines (33 loc) · 863 Bytes

File metadata and controls

68 lines (33 loc) · 863 Bytes

Home > bitburner > NS > isLogEnabled

NS.isLogEnabled() method

Checks the status of the logging for the given NS 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 NS function (or ALL).

Remarks

RAM cost: 0 GB

Example

ns.print(ns.isLogEnabled("hack")); // Check if logging is enabled for `ns.hack()`