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 ) > [enableLog ](./bitburner.ns.enablelog.md )
## NS.enableLog() method
2021-11-03 23:16:10 +01:00
Enable logging for a certain function.
2021-10-30 18:34:14 +02:00
< b > Signature:< / b >
```typescript
enableLog(fn: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| fn | string | Name of function for which to enable logging. |
< b > Returns:< / b >
void
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 0 GB
2021-10-30 18:34:14 +02:00
2021-11-03 23:16:10 +01:00
Re-enables logging for the given function. If `ALL` is passed into this function as an argument, then it will revert the effects of disableLog(`ALL`<!-- --> ).