SingletonLoggerFactoryServiceFactory Class
Namespace: Hazelcast.Logging
Assembly: Hazelcast.Net.dll
Represents a singleton ILogger
public class SingletonLoggerFactoryServiceFactory : SingletonServiceFactory<ILoggerFactory>, ILoggerFactory, IDisposable
Inherited Members
Properties
Name | Description |
---|---|
Service | Gets the singleton instance of the service. |
Methods
Name | Description |
---|---|
Add |
Adds an ILogger |
Create |
Creates a new ILogger instance. |