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. The response's StatusCode indicates whether the dispatch of the request has completed successfully, and, if not, which error occurred.

DispatchException = 1

The dispatch failed with an exception.