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

Improve method summaries

parent eb306c64
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ namespace ATxService
}
/// <summary>
/// Set up NLog logging: targets, rules...
/// Configure NLog logging for the file target.
/// </summary>
private void SetupFileLogging(string logLevelName = "Debug") {
LogLevel logLevel;
......@@ -269,7 +269,7 @@ namespace ATxService
}
/// <summary>
/// Load the configuration.
/// Load the configuration and update the logger setups.
/// </summary>
private void LoadConfig() {
try {
......
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