Table of Contents

Method SetLoggerFactory

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetLoggerFactory(ILoggerFactory)

Sets an ILoggerFactory to be used by the cache instance for logging. Overrides the ILoggerFactory set via SetLoggerFactory(ILoggerFactory).

public CacheBuilder<TKey, TValue> SetLoggerFactory(ILoggerFactory loggerFactory)

Parameters

loggerFactory ILoggerFactory

An ILoggerFactory instance.

Returns

CacheBuilder<TKey, TValue>

A builder object that can be used to further configure the cache.