Class ServiceMethodScopeLogger

Creates a new log scope containing the service and method name.

Inheritance
Object
LoggerBase
ServiceMethodScopeLogger
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public sealed class ServiceMethodScopeLogger : LoggerBase

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
Overrides
LoggerBase.Invoke(LogContext, Func<Object>)
In This Article
Back to top Generated by DocFX