mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Ref T111, allow to limit entries in log component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4c8ae06eff
commit
266a418c90
@@ -97,6 +97,10 @@ namespace BlackMisc
|
||||
//! Remove info and below
|
||||
void removeInfoAndBelow();
|
||||
|
||||
//! Keep latest n status messages
|
||||
//! \remark taking timestamp of n-th oldest messages, deleting all older
|
||||
int keepLatest(int estimtatedNumber);
|
||||
|
||||
//! Find worst severity
|
||||
CStatusMessage::StatusSeverity worstSeverity() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user