Class
caplin.core.log

ConsoleLogger

A caplin.core.log.Logger that outputs to the developer console found in most modern browsers.

Constructor Summary

Attributes Name and Description
caplin.core.log.ConsoleLogger()

Constructs a new ConsoleLogger.

Methods inherited from class caplin.core.log.Logger:
debug, error, info, trace, warn

Constructor Detail

caplin.core.log.ConsoleLogger()

Constructs a new ConsoleLogger.

Will throw an exception if there is no console defined in this environment.