LoggerExtensionMethods.Logger(IClusterClient) Method
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 (this Orleans.IClusterClient client);
static member Logger : Orleans.IClusterClient -> Orleans.Runtime.Logger
<Extension()>
Public Function Logger (client As IClusterClient) As Logger
Parameters
- client
- IClusterClient
Returns
Exceptions
Thrown if Orleans runtime is not correctly initialized before this call.