We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227114d commit 9b57f9bCopy full SHA for 9b57f9b
src/libmain/loggers.cc
@@ -50,11 +50,6 @@ void setLogFormat(const std::string & logFormatStr)
50
void setLogFormat(const LogFormat & logFormat)
51
{
52
defaultLogFormat = logFormat;
53
- createDefaultLogger();
54
-}
55
-
56
-void createDefaultLogger()
57
-{
58
logger = makeDefaultLogger();
59
}
60
src/libmain/loggers.hh
@@ -16,6 +16,4 @@ enum class LogFormat {
16
void setLogFormat(const std::string & logFormatStr);
17
void setLogFormat(const LogFormat & logFormat);
18
19
-void createDefaultLogger();
20
21
0 commit comments