GrainClient.Logger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides logging facility for applications.
public static Orleans.Runtime.Logger Logger { get; }
static member Logger : Orleans.Runtime.Logger
Public Shared ReadOnly Property Logger As Logger
Property Value
Exceptions
Thrown if Orleans runtime is not correctly initialized before this call.