fancy-logger
v1.0.0
Published
Customized web-tools logging system to comfort develop
Downloads
72
Readme
Fancy logger
Customized web-tools logging system to comfort develop
DEMO
Light theme
Dark theme
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