LoggerExtensionMethods.Logger(IClusterClient) Method

Definition

Provides logging facility for applications.

public static Orleans.Runtime.Logger Logger (this Orleans.IClusterClient client);
static member Logger : Orleans.IClusterClient -> Orleans.Runtime.Logger
<Extension()>
Public Function Logger (client As IClusterClient) As Logger

Parameters

Returns

Exceptions

Thrown if Orleans runtime is not correctly initialized before this call.

Applies to