mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
650 B
650 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
RAM cost: 0 GB