Skip to content

wscodelabs/sn_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript library for SnLOg

Instalation:

npm:

 npm install --save sn_log

usage:

  import sn_log from 'sn_log'
  new sn_log('API_KEY')
         .log('groupName','message', options, (error, result) =>{
		    // check error or result
         });

options:

  • label : (String) => the name of label created in the group ("warning", "success")

Releases

No releases published

Packages

No packages published