Skip to main content

GenericLogFactory

Assembly: ServiceStack.Interfaces.dll​
View Source​
Declaration
public class GenericLogFactory : ILogFactory

Fields​

OnMessage​

View Source​
Declaration
public Action<string> OnMessage

Methods​

GetLogger(Type)​

View Source​
Declaration
public ILog GetLogger(Type type)
Returns​

ServiceStack.Logging.ILog

Parameters​
TypeName
System.Typetype

GetLogger(String)​

View Source​
Declaration
public ILog GetLogger(string typeName)
Returns​

ServiceStack.Logging.ILog

Parameters​
TypeName
System.StringtypeName

Implements​