]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/logger.h
Allow static build of inspircd without module support
[user/henk/code/inspircd.git] / include / logger.h
index f0cbe14d3506a8d511e43b06acb4324e08b1495a..ca96ac242da27c3ef8df2a977c45251fb2f2bb15 100644 (file)
@@ -112,10 +112,6 @@ class CoreExport LogManager
         */
        bool Logging;
 
-       /** LogStream for -nofork, logs to STDOUT when it's active.
-        */
-       LogStream* noforkstream;
-
        /** Map of active log types and what LogStreams will receive them.
         */
        std::map<std::string, std::vector<LogStream *> > LogStreams;
@@ -138,12 +134,6 @@ class CoreExport LogManager
        LogManager();
        ~LogManager();
 
-       /** Sets up the logstream for -nofork. Called by InspIRCd::OpenLog() and LogManager::OpenFileLogs().
-        * First time called it creates the nofork stream and stores it in noforkstream. Each call thereafter just readds it to GlobalLogStreams
-        * and updates the loglevel.
-        */
-       void SetupNoFork();
-
        /** Adds a FileWriter instance to LogManager, or increments the reference count of an existing instance.
         * Used for file-stream sharing for FileLogStreams.
         */