Home Manual ReferenceGraphs Source Repository
import Debug from 'backbone-es6/src/Debug.js'
public class | source

Debug

Debug.js - Provides basic logging functionality that can be turned on via setting s_DEBUG_LOG = true;

This is temporary until stability is fully tested.

Static Method Summary

Static Public Methods
public static

log(message: string, trace: boolean)

Posts a log message to console.

Static Public Methods

public static log(message: string, trace: boolean) source

Posts a log message to console.

Params:

NameTypeAttributeDescription
message string

A message to log

trace boolean

A boolean indicating whether to also log console.trace()