Table of Contents

Enum LoggerInterceptorEventId

Namespace
IceRpc.Logger
Assembly
IceRpc.Logger.dll

This enumeration contains event ID constants used by the logger interceptor.

public enum LoggerInterceptorEventId

Fields

Invoke = 0

The invocation returned a response with status code Ok.

InvokeError = 1

The invocation returned a response with a status code other than Ok.

InvokeException = 2

The invocation failed with an exception.