mirror of
https://github.com/NixOS/nix
synced 2025-07-03 14:31:46 +02:00
Remove createDefaultLogger()
This commit is contained in:
parent
227114d127
commit
9b57f9be5e
2 changed files with 0 additions and 7 deletions
|
@ -50,11 +50,6 @@ void setLogFormat(const std::string & logFormatStr)
|
||||||
void setLogFormat(const LogFormat & logFormat)
|
void setLogFormat(const LogFormat & logFormat)
|
||||||
{
|
{
|
||||||
defaultLogFormat = logFormat;
|
defaultLogFormat = logFormat;
|
||||||
createDefaultLogger();
|
|
||||||
}
|
|
||||||
|
|
||||||
void createDefaultLogger()
|
|
||||||
{
|
|
||||||
logger = makeDefaultLogger();
|
logger = makeDefaultLogger();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,4 @@ enum class LogFormat {
|
||||||
void setLogFormat(const std::string & logFormatStr);
|
void setLogFormat(const std::string & logFormatStr);
|
||||||
void setLogFormat(const LogFormat & logFormat);
|
void setLogFormat(const LogFormat & logFormat);
|
||||||
|
|
||||||
void createDefaultLogger();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue