Skip to main content

StringBuilderLogFactory

StringBuilderLog writes to shared StringBuffer. Made public so its testable

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

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

GetLogs()

View Source
Declaration
public string GetLogs()
Returns

System.String

ClearLogs()

View Source
Declaration
public void ClearLogs()

Implements