EnyimLogFactoryWrapper
Assembly: ServiceStack.Caching.Memcached.dll
View Source
Declaration
public class EnyimLogFactoryWrapper : Enyim.Caching.ILogFactory
Methods
GetLogger(String)
View Source
Declaration
public Enyim.Caching.ILog GetLogger(string name)
Returns
Enyim.Caching.ILog
Parameters
Type | Name |
---|---|
System.String | name |
GetLogger(Type)
View Source
Declaration
public Enyim.Caching.ILog GetLogger(Type type)
Returns
Enyim.Caching.ILog
Parameters
Type | Name |
---|---|
System.Type | type |