Home > bitburner > NS > isLogEnabled
Checks the status of the logging for the given function.
Signature:
isLogEnabled(fn: string): boolean;
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
)
RAM cost: 0 GB