Edit

Share via


LoggerExtensionMethods Class

Definition

public static class LoggerExtensionMethods
type LoggerExtensionMethods = class
Public Module LoggerExtensionMethods
Inheritance
LoggerExtensionMethods

Methods

GetLogger(Grain, String)

Returns a logger object that this grain's code can use for tracing.

GetLogger(Grain)

Returns a logger object that this grain's code can use for tracing. The name of the logger will be derived from the grain class name.

GetLogger(IGrainRuntime, String)

Extension method GetLogger for IGrainRuntime

GetLogger(IProviderRuntime, String)

Provides a logger to be used by the provider.

Logger(IClusterClient)

Provides logging facility for applications.

Applies to