mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Initialise logger
This commit is contained in:
parent
16c4856027
commit
31cc9366fc
3 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
Logger * logger = 0;
|
||||
Logger * logger = makeDefaultLogger();
|
||||
|
||||
class SimpleLogger : public Logger
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue