Table of Contents

Enum LoggerMiddlewareEventId

Namespace
IceRpc.Logger
Assembly
IceRpc.Logger.dll

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

public enum LoggerMiddlewareEventId

Fields

Dispatch = 0

The dispatch returned a response with status code Ok.

DispatchError = 1

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

DispatchException = 2

The dispatch failed with an exception.