Click or drag to resize

WikiLoggingHelperBeginActionScope(ILogger, Object, Object, Object, String) Method

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(Microsoft.Extensions.Logging.ILogger,System.Object,System.Object,System.Object,System.String)"]


Namespace: WikiClientLibrary.Infrastructures.Logging
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static IDisposable BeginActionScope(
	this ILogger logger,
	Object? target,
	Object param1,
	Object param2,
	string? actionName = null
)

Parameters

logger  ILogger

[Missing <param name="logger"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(Microsoft.Extensions.Logging.ILogger,System.Object,System.Object,System.Object,System.String)"]

target  Object

[Missing <param name="target"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(Microsoft.Extensions.Logging.ILogger,System.Object,System.Object,System.Object,System.String)"]

param1  Object

[Missing <param name="param1"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(Microsoft.Extensions.Logging.ILogger,System.Object,System.Object,System.Object,System.String)"]

param2  Object

[Missing <param name="param2"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(Microsoft.Extensions.Logging.ILogger,System.Object,System.Object,System.Object,System.String)"]

actionName  String  (Optional)

[Missing <param name="actionName"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(Microsoft.Extensions.Logging.ILogger,System.Object,System.Object,System.Object,System.String)"]

Return Value

IDisposable

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).
See Also