Skip to content

e0fc258d dd40 2bfa 56a0 0c6ecf87782c

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

LogLevelDisasterExtension.Disaster Method (ILogger, String)

This method writes the message into the logger using Disaster as logging level.

Namespace: Plexdata.LogWriter.Extensions
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

public static void Disaster(
	this ILogger logger,
	string message
)

Parameters

 

logger
Type: Plexdata.LogWriter.Abstraction.ILogger
The logger used to write the message.
message
Type: System.String
The message to be written.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILogger. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

Be aware, nothing will happen if logger is null or if message is null, empty or consists only of whitespaces.

See Also

Reference

LogLevelDisasterExtension Class
Disaster Overload
Plexdata.LogWriter.Extensions Namespace

Clone this wiki locally