Log

Type module

Sources

Items from Log can be imported/included and used via following ways.

/**
 * --------------------------------------------------------
 * Import via: Log.ts
 * Access items like: $log.myVariable
 *                    $log.myFunction()
 * --------------------------------------------------------
 */
import * as $log from "@amcharts/amcharts4/Log";

Variables

Log does not have any variables.

Functions

log(

messages: Array < any >

)

#

Returns void

Outputs string to console if verbose is true.

warn(

messages: Array < any >

)

#

Returns void

Outputs a warning to the console.