| WikiLoggingHelper Class |
This is preliminary documentation and is subject to change.
Provides helper methods for logging in WCL.
Inheritance Hierarchy SystemObject WikiClientLibrary.Infrastructures.LoggingWikiLoggingHelper Namespace: WikiClientLibrary.Infrastructures.LoggingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public static class WikiLoggingHelper
<ExtensionAttribute>
Public NotInheritable Class WikiLoggingHelper
You do not need to declare an instance of a static class in order to access its members.
[ExtensionAttribute]
public ref class WikiLoggingHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type WikiLoggingHelper = class end
The WikiLoggingHelper type exposes the following members.
Methods | Name | Description |
---|
| BeginActionScope(ILogger, Object, String) |
Invokes BeginScopeTState(TState) with the current action(method) name and parameters.
|
| BeginActionScope(IWikiClientLoggable, Object, String) |
Invokes BeginScopeTState(TState) with the current action(method) name and parameters.
|
| BeginActionScope(ILogger, Object, IEnumerable, String) |
Invokes BeginScopeTState(TState) with the current action(method) name and parameters.
|
| BeginActionScope(ILogger, Object, Object, String) | |
| BeginActionScope(IWikiClientLoggable, Object, IEnumerable, String) |
Invokes BeginScopeTState(TState) on the Logger
with the current action(method) name and parameters.
|
| BeginActionScope(IWikiClientLoggable, Object, Object, String) | |
| BeginActionScope(ILogger, Object, Object, Object, String) | |
| BeginActionScope(IWikiClientLoggable, Object, Object, Object, String) | |
| BeginActionScope(ILogger, Object, Object, Object, Object, String) |
Invokes BeginScopeTState(TState) with the current action(method) name and parameters.
|
| BeginActionScope(IWikiClientLoggable, Object, Object, Object, Object, String) |
Invokes BeginScopeTState(TState) on the Logger
with the current action(method) name and parameters.
|
TopSee Also