_LogIsOn

Returns if logging is switched on

Miscellaneous.au3
_LogIsOn()

parameters

none

return value

boolean value True = Logging is on, False = Off

related

_LogSwitch, _LogFile, _LogWrite, _LogDelete, _LogRead

example

If _LogIsOn() Then ConsoleWrite( "An error occured" )