Skip to content

falendary/fancy-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fancy logger

Customized web-tools logging system to comfort develop

DEMO

Light theme

alt text

Dark theme

alt text

Install

NPM

npm install fancy-logger

How to use

Just call fancyLogger with proper method

var data = [{...}, {...}, ...]
fancyLogger.collection('MyData', data);

List of methods

.controller

Print controller status

fancyLogger.controller(controllerName, message, importance, customCSS)

.collection

Print collection

fancyLogger.collection(collectionName, collection, importance, customCSS)

.property

Print property value

fancyLogger.property(propertyName, property, importance, customCSS)

.component

Print component

fancyLogger.collection(componentName, component, importance, customCSS)

.service

Print service status

fancyLogger.service(serviceName, message, importance, customCSS)

Warning

Passing custom css disables importance (describes opacity of log) property

About

Customized web-tools logging system to comfort develop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published