[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 NS function. **Signature:** ```typescript isLogEnabled(fn: string): boolean; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| fn | string | Name of function to check. |