Skip to content

Commit

Permalink
[CHG] comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
ApmeM committed Jul 17, 2011
1 parent 3c6d270 commit ea34a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

// logging into #log div element with expanding objects recursion object should be displayed as [object Object]
$('#log').log({"arr": [{"aa":"asd"}, {"ff":"dd"}], "dd":{"asd":"asd","hgfd":"sdfg"}});

// working with log config
$.logConfig({defaultElement: $('#log'), prefix: 'prefix', maxLevel: 5, recursionBehaviour: 'skip'});
$.log(o);
$.logConfig({defaultElement: $('#log'), prefix: 'prefix', maxLevel: 5, recursionBehaviour: 'stop'});
Expand Down

0 comments on commit ea34a05

Please sign in to comment.