[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [enableLog](./bitburner.ns.enablelog.md) ## NS.enableLog() method Enables logging for the given NS function. **Signature:** ```typescript enableLog(fn: string): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| fn | string | Name of the NS function for which to enable logging. |