Log Class
object providing Log storage and methods
Constructor
Log
()
Methods
clear
()
Undefined
clears the internal log storage.
Returns:
Undefined:
disable
(
Undefined
-
logType
disables one or more specified logging types.
Parameters:
-
logType
String multiplelogging type(s)
Returns:
Undefined:
enable
(
Undefined
-
logType
enables one or more specified logging types.
Parameters:
-
logType
String multiplelogging type(s)
Returns:
Undefined:
get
()
Array
returns the internal logging array.
Returns:
Array:
the internal logs currently being stored
isLogging
()
Undefined
returns the types of logging currently being used.
Returns:
Undefined:
log
(
Undefined
-
data
the basic log function which will perform logging of inputs
Parameters:
-
data
Any multipledata to be logged
Returns:
Undefined:
Properties
$aw2.log
Object
Container for Log plugin functions to be made available.