Show / Hide Table of Contents

Namespace Juhta.Net.Diagnostics

Classes

AlertMessage

Defines a class for alert messages.

DiagnosticMessage

Defines an abstract base class for diagnostic messages. Diagnostic messages make it possible not to write long messages inside the actual code but centralize them in better manageable separate contexts.

DiagnosticMessageFactory

Represents a class that can be used to create instances of classes deriving from the DiagnosticMessage class. The main benefit of using this class is automatic and consistent message identifier generation.

ErrorMessage

Defines a class for error messages.

FileLogger

Defines a logger class that writes log events to a file.

InformationMessage

Defines a class for information messages.

Logger

Defines a static wrapper class for enabling easy logging through the encapsulated ILogger instance.

WarningMessage

Defines a class for warning messages.

Interfaces

ILogger

Defines an interface for the loggers to be used with the framework.

Enums

DiagnosticMessageType

Defines an enumeration for the diagnostic message types.

Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX