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

12 lines
334 B
ReStructuredText
Raw Normal View History

disableLog() Netscript Function
===============================
2021-03-12 08:51:56 +01:00
.. js:function:: disableLog(functionName)
:RAM cost: 0 GB
2021-03-12 08:51:56 +01:00
:param string functionName: Name of function for which to disable logging.
Disables logging for the given function. Logging can be disabled for
all functions by passing 'ALL' as the argument.