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

Function iscLogException

src/common/isc.cpp:570–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568
569
570void iscLogException(const char* text, const Firebird::Exception& e)
571{
572/**************************************
573 *
574 * i s c L o g E x c e p t i o n
575 *
576 **************************************
577 *
578 * Functional description
579 * Add record about an exception to firebird.log
580 *
581 **************************************/
582 Firebird::StaticStatusVector s;
583 e.stuffException(s);
584 iscLogStatus(text, s.begin());
585}
586
587
588void iscPrefixLock(TEXT* string, const TEXT* root, bool createLockDir)

Callers 15

xnet_log_errorFunction · 0.85
SRVR_mainFunction · 0.85
aux_requestFunction · 0.85
start_cryptMethod · 0.85
loopThreadFunction · 0.85
CLIB_ROUTINE mainFunction · 0.85
WinMainFunction · 0.85
inet_connect_wait_threadFunction · 0.85
xnet_connect_wait_threadFunction · 0.85
start_connections_threadFunction · 0.85
CNTL_main_threadFunction · 0.85
CNTL_main_threadFunction · 0.85

Calls 3

iscLogStatusFunction · 0.85
stuffExceptionMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected