bitburner-src/markdown/bitburner.ns.islogenabled.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

31 lines
650 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [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
Returns a boolean indicating whether or not logging is enabled for that function (or `ALL`<!-- -->)
## Remarks
RAM cost: 0 GB