Skip to content

Basic Class for Logging Messages in CSharp DotNet 7 (C# .NET 7)

License

Notifications You must be signed in to change notification settings

fdz-marco/Logger

Repository files navigation

Logger

This application is to test a simple log class (static) for bigger projects.

Use:

  • Copy all the content of the folder Classes in your project.
  • Add a reference of the namespace in your project: using glitcher.core;
  • Where is needed call the static method to add the message to the logger:
Logger.Add(LogLevel.Error, "Group", "Message", "Whisper (Extra information)");

Is possible to call the Log Viewer from any place on project using also next line:

LogViewer.GetInstance().Show();

Screenshot of the Log Viewer itselt

Logger


Screenshot of the Logger Tester Form

Logger Tester


About

Basic Class for Logging Messages in CSharp DotNet 7 (C# .NET 7)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages