###User Defined Function###
_IEErrorNotify

###Description###
Specifies whether IE.au3 automatically notifies of Warnings and Errors (to the console)

###Syntax###
#include <IE.au3>
_IEErrorNotify ( [$f_notify = Default] )


###Parameters###
@@ParamTable@@
$f_notify
	[optional] specifies whether notification should be on or off
		-1 = (Default) return current setting
		True = Turn On
		False = Turn Off
@@End@@

###ReturnValue###
Returns the current notification setting, if $f_notify = -1 (Default), else returns 1.


###Remarks###
IE.au3 writes diagnostic information, warnings and errors to the console by default.
This information can readily be seen when using the SciTe editor to run your scripts.

This function allows you to turn this functionality on or off.


###Related###
None.


###Example###
@@IncludeExample@@
