From 0e0ebb78ff2b1b0ab1b2c5918e00c2b20e62e1bb Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 30 Apr 2009 14:35:43 +0100 Subject: loggingmanager: Add a comment about 'nowhere' sink type --- core/loggingmanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/loggingmanager.lua') diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index 13b091cc..ea0f497d 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -122,6 +122,7 @@ end --- 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 -- cgit v1.2.3