mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
11 lines
341 B
ReStructuredText
11 lines
341 B
ReStructuredText
enableLog() Netscript Function
|
|
==============================
|
|
|
|
.. js:function:: enableLog(fn)
|
|
|
|
:param string fn: Name of function for which to enable logging
|
|
:RAM cost: 0 GB
|
|
|
|
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')
|