bitburner-src/doc/source/netscript/basicfunctions/enableLog.rst

13 lines
371 B
ReStructuredText
Raw Normal View History

enableLog() Netscript Function
==============================
2021-03-12 08:51:56 +01:00
.. js:function:: enableLog(functionName)
:RAM cost: 0 GB
2021-03-12 08:51:56 +01:00
:param string functionName: Name of function for which to enable logging.
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')``