Show:
Module: _helpers
Parent Module: raska

Outputs messages to the 'console'

Table of Contents

Methods

info
(
  • msg
  • o
)

Defined in src\raska.js:385

Prints an informational message to the console

Parameters:

  • msg String

    The message to be shown

  • o Any

    Any extra message data

Properties

active

Bool

Defined in src\raska.js:376

Whether or not to actually log the messages (should be 'false' in production code)

Default: false