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
Parameters
Type | Name |
---|---|
System.Type | type |
GetLogger(String)
Gets the logger.
View Source
Declaration
ILog GetLogger(string typeName)
Returns
Parameters
Type | Name |
---|---|
System.String | typeName |