-
Notifications
You must be signed in to change notification settings - Fork 18
Resulation
Furkan Güngör edited this page May 12, 2021
·
1 revision
EasyProfiler, uses cron jobs when write query logs.
EasyProfiler some pre-defined Resulations include.
Thanks to resulations is written query logs.
Choose your own resulation;
public enum Resulation
{
/// <summary>
/// Low Resulation
/// </summary>
[ResulationCron("*/5 * * * *")]
LOW = 1,
/// <summary>
/// Mid. Resulation
/// </summary>
[ResulationCron("*/2 * * * *")]
MEDIUM,
/// <summary>
/// High Resulation
/// </summary>
[ResulationCron("* * * * *")]
HIGH
}
Welcome to the EasyProfiler wiki!
Topics:
-
Getting Started
-
Databases
-
Advanced Queries
-
Other