Lines Matching refs:log_
211 ROCKS_LOG_DEBUG(log_, "Opening cache file %s", Path().c_str()); in OpenImpl()
217 Error(log_, "Error opening random access file %s. %s", Path().c_str(), in OpenImpl()
240 Error(log_, "Error reading from file %s. %s", Path().c_str(), in Read()
257 Error(log_, "Error de-serializing record from file %s off %d", in ParseRec()
293 ROCKS_LOG_DEBUG(log_, "Creating new cache %s (max size is %d B)", in Create()
300 ROCKS_LOG_WARN(log_, "File %s already exists. %s", Path().c_str(), in Create()
306 ROCKS_LOG_WARN(log_, "Unable to create file %s. %s", Path().c_str(), in Create()
330 ROCKS_LOG_DEBUG(log_, "Error expanding buffers. size=%d", rec_size); in Append()
375 ROCKS_LOG_DEBUG(log_, "Unable to allocate buffers"); in ExpandBuffer()
455 Error(log_, "Error reading from buffer. cache=%d off=%d", cache_id_, in ReadBuffer()
515 Info(log_, "Closing file %s. size=%d written=%d", Path().c_str(), size_, in Close()