mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
652 B
652 B
Home > bitburner > NS > enableLog
NS.enableLog() method
Re-enables logging for the given function. If ALL is passed into this function as an argument, then it will revert the effects of disableLog(ALL).
Signature:
enableLog(fn: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| fn | string | Name of function for which to enable logging. |
Returns:
void
Remarks
RAM cost: 0 GB