Show / Hide Table of Contents

Enum LoggerType

The ILogConsumer distinguishes between four categories of logs:

ValueDescription
RuntimeLogs that are written by the Orleans run-time itself. This category should not be used by application code.
GrainLogs that are written by application grains. This category should be used by code that runs as Orleans grains in a silo.
ApplicationLogs that are written by the client application. This category should be used by client-side application code.
ProviderLogs that are written by providers. This category should be used by provider code.

Namespace: Orleans.Runtime
Assembly: Orleans.Core.Legacy.dll
Syntax
public enum LoggerType : int

Fields

Name Description
Application
Grain
Provider
Runtime

Extension Methods

ImmutableExt.AsImmutable<LoggerType>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX