Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

google/polymer-dart-log-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

log-controller

A small polymer element which lets you control the global logging configuration, and can optionally log all statements to the console.

Usage

Simply include the element like any other polymer element.

<link rel="import" href="packages/log_controller/log_controller.html">
<log-controller></log-controller>

Attributes

There are two configurable attributes:

  • logLevel: The minimum level that all log calls must meet in order to actually be logged.
  • printToConsole: Defaults to false, whether the element should log messages to the console.

About

A small polymer element which lets you control the global logging configuration, and can optionally log all statements to the console.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published