Skip to content

19f55bd3 f3cd 57a9 0926 8d8c5328606c

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

MailLoggerBase.BeginScope(TScope) Method

Begins a logical operation scope.

Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Mail (in Plexdata.LogWriter.Mail.dll) Version: 1.0.7.1

Syntax

C#

public IDisposable BeginScope<TScope>(
	TScope scope
)

Parameters

 

scope
Type: TScope
The identifier for the scope.

Type Parameters

 

TScope
The type to begin scope for.

Return Value

Type: IDisposable
A disposable object that ends the logical operation scope on dispose.

Remarks

This method begins a logical operation scope by calling method CreateScope(TScope)(TScope) of its base class.

See Also

Reference

MailLoggerBase Class
Plexdata.LogWriter.Logging Namespace
ILogger.BeginScope(TScope)(TScope)
LoggerBase(TSettings).CreateScope(TScope)(TScope)

Clone this wiki locally