tlogger 0.7.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,25 +0,0 @@
1
-
2
-
3
- l = Tlogger.new
4
- l.tag = "dance"
5
- #l.activate_tag(Tlogger::TloggerConf::INT_TAG)
6
-
7
- l.debug "here"
8
-
9
- #Tlogger::TloggerConf.blacklist_tag("jan")
10
- Tlogger::TloggerConf.show_source
11
-
12
- l.with_tag 'jan' do
13
- l.debug "inside"
14
- puts "inside string"
15
- l.debug "outside"
16
- end
17
-
18
- l.debug "towards the end"
19
-
20
- l.tdebug :hans, "hans here"
21
- l.terror :solo, "Error!"
22
- l.tinfo :luke, "This is info!"
23
- l.twarn :sky, "Sky is the limit"
24
-
25
- #l.warn "warning!!"