MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / JavaConnectionLogger

Method JavaConnectionLogger

src/java/JavaConnectionLogger.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace mailcore;
6
7JavaConnectionLogger::JavaConnectionLogger(JNIEnv * env, jobject logger)
8{
9 mLogger = logger;
10 mEnv = env;
11}
12
13void JavaConnectionLogger::log(void * sender, ConnectionLogType logType, Data * buffer)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected