Static Public Member Functions | List of all members
NAF::Tools::OutputLogger Class Reference

Static Public Member Functions

static bool get_log_to_file ()
 
static bool get_print_debug ()
 
static std::string get_output_file_address ()
 
static void set_log_to_file (bool log_to_file)
 
static void set_print_debug (bool print_debug)
 
static void set_output_file_address (std::string output_file_address)
 
static void Log_ (Tools::LogType log_type, std::string &message)
 
static void Log_ (std::string message)
 
static void Warning_ (std::string message)
 
static void Error_ (std::string message)
 
static void Debug_ (std::string message)
 
static std::string CurrentDateTime_ ()