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

Add modifiers suggested by ReSharper

parent 0f31b393
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,11 @@ using NLog.Targets; ...@@ -10,11 +10,11 @@ using NLog.Targets;
namespace ATxDiagnostics namespace ATxDiagnostics
{ {
class ATxDiagnostics internal class ATxDiagnostics
{ {
private static readonly Logger Log = LogManager.GetCurrentClassLogger(); private static readonly Logger Log = LogManager.GetCurrentClassLogger();
static void Main(string[] args) { private static void Main(string[] args) {
var loglevel = LogLevel.Debug; var loglevel = LogLevel.Debug;
if (args.Length > 0 && args[0] == "trace") { if (args.Length > 0 && args[0] == "trace") {
loglevel = LogLevel.Trace; loglevel = LogLevel.Trace;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment