|  | WikiLoggingHelperBeginActionScope Method | 
This is preliminary documentation and is subject to change.
 Overload List
Overload List|  | 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. | 
Top See Also
See Also