Comparison

core/loggingmanager.lua @ 1083:70465a6ef757

Merge with 0.4
author Matthew Wild <mwild1@gmail.com>
date Fri, 01 May 2009 23:29:40 +0100
parent 1080:b02290fd8a75
child 1101:fb096ca4b296
comparison
equal deleted inserted replaced
1079:84e6455be8ed 1083:70465a6ef757
120 return set; 120 return set;
121 end 121 end
122 122
123 --- Definition of built-in logging sinks --- 123 --- Definition of built-in logging sinks ---
124 124
125 -- Null sink, must enter log_sink_types *first*
125 function log_sink_types.nowhere() 126 function log_sink_types.nowhere()
126 return function () return false; end; 127 return function () return false; end;
127 end 128 end
128 129
129 -- Column width for "source" (used by stdout and console) 130 -- Column width for "source" (used by stdout and console)