Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 696 Bytes

bitburner.ns.disablelog.md

File metadata and controls

32 lines (18 loc) · 696 Bytes

Home > bitburner > NS > disableLog

NS.disableLog() method

Disables logging for the given function.

Signature:

disableLog(fn: string): void;

Parameters

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

Returns:

void

Remarks

RAM cost: 0 GB

Logging can be disabled for all functions by passing ALL as the argument.

For specific interfaces, use the form "namespace.functionName". (e.g. "ui.setTheme")