2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [isLogEnabled](./bitburner.ns.islogenabled.md)
|
|
|
|
|
|
|
|
## NS.isLogEnabled() method
|
|
|
|
|
|
|
|
Checks the status of the logging for the given function.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
isLogEnabled(fn: string): boolean;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| fn | string | Name of function to check. |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
Returns a boolean indicating whether or not logging is enabled for that function (or `ALL`<!-- -->)
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
RAM cost: 0 GB
|
2021-10-30 18:34:14 +02:00
|
|
|
|