Diff

core/loggingmanager.lua @ 1080:b02290fd8a75

loggingmanager: Add a comment about 'nowhere' sink type
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Apr 2009 14:35:43 +0100
parent 1078:24c9ee99d900
child 1101:fb096ca4b296
line wrap: on
line diff
--- a/core/loggingmanager.lua	Thu Apr 30 03:05:26 2009 +0100
+++ b/core/loggingmanager.lua	Thu Apr 30 14:35:43 2009 +0100
@@ -122,6 +122,7 @@
 
 --- Definition of built-in logging sinks ---
 
+-- Null sink, must enter log_sink_types *first*
 function log_sink_types.nowhere()
 	return function () return false; end;
 end