Skip to content
Snippets Groups Projects
Commit b6db0926 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Logging changes

Refers to #36
parent a75b270d
No related branches found
No related tags found
No related merge requests found
......@@ -524,14 +524,14 @@ namespace ATxService
/// Event handler for CPU load dropping below the configured limit.
/// </summary>
private void OnLoadBelowLimit(object sender, EventArgs e) {
Log.Warn("CPU load is below given limit.");
Log.Trace("Received a low-CPU-load event!");
}
/// <summary>
/// Event handler for CPU load exceeding the configured limit.
/// </summary>
private void OnLoadAboveLimit(object sender, EventArgs e) {
Log.Warn("High CPU load detected!");
Log.Trace("Received a high-CPU-load event!");
}
/// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment