NullLogFactory
Creates a Debug Logger, that logs all messages to: System.Diagnostics.Debug
Made public so its testable
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class NullLogFactory : ILogFactory
Methods
GetLogger(Type)
View Source
Declaration
public ILog GetLogger(Type type)
Returns
Parameters
Type | Name |
---|---|
System.Type | type |
GetLogger(String)
View Source
Declaration
public ILog GetLogger(string typeName)
Returns
Parameters
Type | Name |
---|---|
System.String | typeName |