LoggerExtensionMethods Class
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.
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. |