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
Loading
...@@ -128,7 +128,7 @@ namespace ATxService ...@@ -128,7 +128,7 @@ namespace ATxService
} }
/// <summary> /// <summary>
/// Set up NLog logging: targets, rules... /// Configure NLog logging for the file target.
/// </summary> /// </summary>
private void SetupFileLogging(string logLevelName = "Debug") { private void SetupFileLogging(string logLevelName = "Debug") {
LogLevel logLevel; LogLevel logLevel;
...@@ -269,7 +269,7 @@ namespace ATxService ...@@ -269,7 +269,7 @@ namespace ATxService
} }
/// <summary> /// <summary>
/// Load the configuration. /// Load the configuration and update the logger setups.
/// </summary> /// </summary>
private void LoadConfig() { private void LoadConfig() {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment