Skip to content

Commit f2575a0

Browse files
committed
* Fixed automatic log clearer not deleting all types
1 parent b9e545b commit f2575a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemPlus/Business/LOG/LogController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ internal LogController(int clearInterval)
7777
/// <param name="e">The ElapsedEventArgs</param>
7878
private void OnTimedEvent(object sender, ElapsedEventArgs e)
7979
{
80-
ClearLogs(LogType.Application);
80+
ClearLogs();
8181
}
8282

8383
/// <summary>

0 commit comments

Comments
 (0)