Skip to main content

ILogFactory

Factory to create ILog instances

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface ILogFactory

Methods

GetLogger(Type)

Gets the logger.

View Source
Declaration
ILog GetLogger(Type type)
Returns

ServiceStack.Logging.ILog

Parameters
TypeName
System.Typetype

GetLogger(String)

Gets the logger.

View Source
Declaration
ILog GetLogger(string typeName)
Returns

ServiceStack.Logging.ILog

Parameters
TypeName
System.StringtypeName