Skip to content

60114071 fa4b e4cd e051 ed13d5d54640

Axel Kesseler edited this page Mar 1, 2023 · 2 revisions

LogLevelTraceExtension.Trace Method (ILogger, Exception)

This method writes the exception into the logger using Trace 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 Trace(
	this ILogger logger,
	Exception exception
)

Parameters

 

logger
Type: Plexdata.LogWriter.Abstraction.ILogger
The logger used to write the message.
exception
Type: System.Exception
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 exception is null.

See Also

Reference

LogLevelTraceExtension Class
Trace Overload
Plexdata.LogWriter.Extensions Namespace

Clone this wiki locally