Developing Secure Code
Testing Components
createComponent()
createComponents()
enqueueAction()
error()
get()
getCallback()
getComponent()
getReference()
getRoot()
getToken()
log()
reportError()
run()
set()
warning()
Previous PDF Versions
Deprecated. Logs to the browser’s JavaScript console, if it is available. This method doesn’t log in production or debug modes so it’s only useful for internal usage by the framework.
log (Object value, Object error)
value: Type: Object. The object to log.
error: Type: Object. The error message to log in the stack trace.
Type: String The requested value.