Skip to content

ohmrun/stx_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stx Log

Usage

using stx.Pico;
using stx.Log;

function use(){
  __.log().debug('debug string',{ any : "obect", capable { "of_being_made" : "stig" }});
}

TODO

Optimise code paths when logging off. (It's not too bad as it is, LogObject is lazy. PosInfos seems heavy )

About

Logging library. Flexible filters.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors