MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / RotationLogFormatFileName

Method RotationLogFormatFileName

source/fdb.cpp:337–340  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

335}
336//---------------------------------------------------------------------------
337String TStorageFile::RotationLogFormatFileName(void)
338{
339 return WorkDir + ExtractFileName(file) + ".rl";
340}
341//---------------------------------------------------------------------------
342void TStorageFile::RotationLogAddItem(String fn, String & file_to_delete)
343{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected