Lines Matching refs:IOLog
121 IOLog("test buffer start:\n%s\n:test buffer end.\n", testBuffer); in test2_start()
128 IOLog("%s\n", errmsg->getCStringNoCopy()); in test2_start()
130 IOLog("bogus error message\n"); in test2_start()
139 IOLog("serialization failed\n"); in test2_start()
143 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity()); in test2_start()
144 IOLog("object unformatted = %s\n", s->text()); in test2_start()
149 IOLog("%s\n", errmsg->getCStringNoCopy()); in test2_start()
154 IOLog("serialization #2 failed\n"); in test2_start()
158 IOLog("serialized object's length = %d, capacity = %d\n", in test2_start()
160 IOLog("object unformatted = %s\n", s2->text()); in test2_start()
162 IOLog("\nserialized objects compared %ssuccessfully textually\n\n", in test2_start()
165 IOLog("\nserialized objects compared %ssuccessfully objectwise\n\n", in test2_start()