Class ModuleMethodScopeLogger
Creates a new log scope containing the module and method name and the session id.
Inherited Members
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public sealed class ModuleMethodScopeLogger : LoggerBase
Remarks
This logger is intended to be used on modules only.
Methods
Invoke(LogContext, Func<Object>)
Logger implementation.
Declaration
public override object Invoke(LogContext context, Func<object> callNext)
Parameters
| Type | Name | Description |
|---|---|---|
| LogContext | context | |
| Func<Object> | callNext |
Returns
| Type | Description |
|---|---|
| Object |