MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / iscDbLogStatus

Function iscDbLogStatus

src/common/isc.cpp:556–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556void iscDbLogStatus(const TEXT* text, Firebird::IStatus* status)
557{
558 const TEXT* hdr = NULL;
559 Firebird::string buf;
560 if (text)
561 {
562 buf = "Database: ";
563 buf += text;
564 hdr = buf.c_str();
565 }
566 iscLogStatus(hdr, status);
567}
568
569
570void iscLogException(const char* text, const Firebird::Exception& e)

Callers 8

drop_filesFunction · 0.85
blocking_ast_bdbFunction · 0.85
cache_readerMethod · 0.85
cache_writerMethod · 0.85
exceptionHandlerMethod · 0.85
garbage_collectorMethod · 0.85
exceptionHandlerMethod · 0.85
ERR_puntFunction · 0.85

Calls 2

iscLogStatusFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected