IClusterClient.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 Orleans.Runtime.Logger Logger { get; }
member this.Logger : Orleans.Runtime.Logger
Public ReadOnly Property Logger As Logger
Property Value
Exceptions
Thrown if Orleans runtime is not correctly initialized before this call.