#pragma once #include "base/logging.hpp" #include "std/string.hpp" // @todo this functionality is not located in logging.hpp since file_logging uses FileWriter which depends on coding lib. // At the same time loging is located in base and I do not want base depens on several more libs. // Probably it's a good idea to move all logging functionality (logging, file_logging, mem_logging and so on) // to a special subsystem which depends on base and coding. // If you uncomment the line bellow the application log will be written to a file. // You'll find a log file (logging_