Packagecom.asfusion.mate.utils.debug
Classpublic class LogTypes

These are the different types of logs that Mate Framework may show. Each type has a default message that is displayed if the Debugger is off.



Public Constants
 ConstantDefined by
  ARGUMENT_ERROR : String = "Invalid number of arguments"
[static] Invalid number of arguments
LogTypes
  CANNOT_BIND : String = "Cannot bind"
[static] Cannot bind
LogTypes
  GENERATOR_NOT_FOUND : String = "Generator not found"
[static] Generator not found
LogTypes
  INSTANCE_UNDEFINED : String = "Instance undefined"
[static] Instance is undefined
LogTypes
  IS_NOT_AN_EVENT : String = "Not an Event"
[static] Not an Event
LogTypes
  METHOD_NOT_FOUND : String = "Method not found"
[static] Method not found
LogTypes
  METHOD_UNDEFINED : String = "Method undefined"
[static] Method undefined
LogTypes
  NOT_A_FUNCTION : String = "Method is not a function"
[static] Method is not a function
LogTypes
  NOT_BINDING : String = "Not binding"
[static] Not binding
LogTypes
  PROPERTY_NOT_FOUND : String = "Property not found"
[static] Property not found
LogTypes
  PROPERTY_TYPE_ERROR : String = "Property type mismatch"
[static] Property type mismatch
LogTypes
  SEQUENCE_END : String = "Sequence ended"
[static] Sequence ended
LogTypes
  SEQUENCE_START : String = "Sequence started"
[static] Sequence started
LogTypes
  SEQUENCE_TRIGGER : String = "Sequence triggered"
[static] Sequence triggered
LogTypes
  SOURCE_NULL : String = "Source null"
[static] Source as a null value
LogTypes
  SOURCE_UNDEFINED : String = "Source undefined"
[static] Source is undefined
LogTypes
  TARGET_KEY_UNDEFINED : String = "TargetKey undefined"
[static] TargetKey is undefined
LogTypes
  TARGET_UNDEFINED : String = "Target undefined"
[static] Target is undefined
LogTypes
  TOO_MANY_ARGUMENTS : String = "Too many arguments in constructor"
[static] Too many arguments in constructor
LogTypes
  TYPE_ERROR : String = "Argument type mismatch"
[static] Argument type mismatch
LogTypes
  TYPE_NOT_FOUND : String = "Event type not found"
[static] Event type not found
LogTypes
Constant detail
ARGUMENT_ERRORconstant
public static const ARGUMENT_ERROR:String = "Invalid number of arguments"

Invalid number of arguments

CANNOT_BINDconstant 
public static const CANNOT_BIND:String = "Cannot bind"

Cannot bind

GENERATOR_NOT_FOUNDconstant 
public static const GENERATOR_NOT_FOUND:String = "Generator not found"

Generator not found

INSTANCE_UNDEFINEDconstant 
public static const INSTANCE_UNDEFINED:String = "Instance undefined"

Instance is undefined

IS_NOT_AN_EVENTconstant 
public static const IS_NOT_AN_EVENT:String = "Not an Event"

Not an Event

METHOD_NOT_FOUNDconstant 
public static const METHOD_NOT_FOUND:String = "Method not found"

Method not found

METHOD_UNDEFINEDconstant 
public static const METHOD_UNDEFINED:String = "Method undefined"

Method undefined

NOT_A_FUNCTIONconstant 
public static const NOT_A_FUNCTION:String = "Method is not a function"

Method is not a function

NOT_BINDINGconstant 
public static const NOT_BINDING:String = "Not binding"

Not binding

PROPERTY_NOT_FOUNDconstant 
public static const PROPERTY_NOT_FOUND:String = "Property not found"

Property not found

PROPERTY_TYPE_ERRORconstant 
public static const PROPERTY_TYPE_ERROR:String = "Property type mismatch"

Property type mismatch

SEQUENCE_ENDconstant 
public static const SEQUENCE_END:String = "Sequence ended"

Sequence ended

SEQUENCE_STARTconstant 
public static const SEQUENCE_START:String = "Sequence started"

Sequence started

SEQUENCE_TRIGGERconstant 
public static const SEQUENCE_TRIGGER:String = "Sequence triggered"

Sequence triggered

SOURCE_NULLconstant 
public static const SOURCE_NULL:String = "Source null"

Source as a null value

SOURCE_UNDEFINEDconstant 
public static const SOURCE_UNDEFINED:String = "Source undefined"

Source is undefined

TARGET_KEY_UNDEFINEDconstant 
public static const TARGET_KEY_UNDEFINED:String = "TargetKey undefined"

TargetKey is undefined

TARGET_UNDEFINEDconstant 
public static const TARGET_UNDEFINED:String = "Target undefined"

Target is undefined

TOO_MANY_ARGUMENTSconstant 
public static const TOO_MANY_ARGUMENTS:String = "Too many arguments in constructor"

Too many arguments in constructor

TYPE_ERRORconstant 
public static const TYPE_ERROR:String = "Argument type mismatch"

Argument type mismatch

TYPE_NOT_FOUNDconstant 
public static const TYPE_NOT_FOUND:String = "Event type not found"

Event type not found