Searched refs:spdlog_ex (Results 1 – 9 of 9) sorted by relevance
61 … throw spdlog_ex("Failed opening file " + os::filename_to_str(_filename) + " for writing", errno);67 throw spdlog_ex("Failed re opening file - was not opened before"); in reopen()92 throw spdlog_ex("Failed writing to file " + os::filename_to_str(_filename), errno); in write()98 throw spdlog_ex("Cannot use size() on closed file " + os::filename_to_str(_filename)); in size()
199 throw spdlog_ex("Failed getting file size. fd is null"); in filesize()226 throw spdlog_ex("Failed getting file size from fd", errno); in filesize()245 throw spdlog::spdlog_ex("Failed getting timezone info. ", errno);
69 throw spdlog_ex("async logger queue size must be power of two"); in mpmc_bounded_queue()
73 …throw spdlog_ex(fmt::format("formatting error while processing format string '{}': {}", fmt, e.wha… in write()
165 throw spdlog_ex("logger with name '" + logger_name + "' already exists"); in throw_if_exists()
115 class spdlog_ex: public std::exception118 spdlog_ex(const std::string& msg):_msg(msg) in spdlog_ex() function120 spdlog_ex(const std::string& msg, int last_errno) in spdlog_ex() function
127 … throw spdlog_ex("rotating_file_sink: failed removing " + filename_to_str(target), errno); in _rotate()132 …throw spdlog_ex("rotating_file_sink: failed renaming " + filename_to_str(src) + " to " + filename_… in _rotate()196 throw spdlog_ex("daily_file_sink: Invalid rotation time in ctor"); in daily_file_sink()
39 throw spdlog_ex("__android_log_write() failed", ret); in log()
209 catch(const spdlog::spdlog_ex &ex) in GmmLogInit()