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

Function logMessage

src/jrd/replication/Utils.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 };
175
176 void logMessage(LogMsgSide side, LogMsgType type,
177 const PathName& database,
178 const string& message)
179 {
180 static LogWriter g_writer;
181
182 g_writer.logMessage(side, type, database, message);
183 }
184
185 void logStatus(LogMsgSide side, LogMsgType type,
186 const PathName& database,

Callers 6

logStatusFunction · 0.85
logPrimaryErrorFunction · 0.85
logPrimaryWarningFunction · 0.85
logReplicaErrorFunction · 0.85
logReplicaWarningFunction · 0.85
logReplicaVerboseFunction · 0.85

Calls 1

logMessageMethod · 0.80

Tested by

no test coverage detected