MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / warn

Method warn

tiledb/common/logger.cc:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void Logger::warn(const char* msg) {
132 logger_->warn(msg);
133}
134
135void Logger::error(const char* msg) {
136 logger_->error(msg);

Callers 5

LOG_WARNFunction · 0.45
make_roomMethod · 0.45
tiledb_log_warnFunction · 0.45
get_mimeFunction · 0.45
set_configMethod · 0.45

Calls 1

strMethod · 0.80

Tested by

no test coverage detected