Software /
code /
verse
Comparison
init.lua @ 259:05acf08d2e98
Merge with Zash
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 05 Dec 2011 15:39:05 +0000 |
parent | 257:816b8ccb3082 |
parent | 258:94b1d9863dd9 |
child | 279:7a0aa3d055f4 |
comparison
equal
deleted
inserted
replaced
257:816b8ccb3082 | 259:05acf08d2e98 |
---|---|
134 end | 134 end |
135 | 135 |
136 -- Logging functions | 136 -- Logging functions |
137 function stream:debug(...) | 137 function stream:debug(...) |
138 return self.logger("debug", ...); | 138 return self.logger("debug", ...); |
139 end | |
140 | |
141 function stream:info(...) | |
142 return self.logger("info", ...); | |
139 end | 143 end |
140 | 144 |
141 function stream:warn(...) | 145 function stream:warn(...) |
142 return self.logger("warn", ...); | 146 return self.logger("warn", ...); |
143 end | 147 end |