Skip to main content

ITracer

Assembly: ServiceStack.Text.dll
View Source
Declaration
public interface ITracer

Methods

WriteDebug(String)

View Source
Declaration
void WriteDebug(string error)
Parameters
TypeName
System.Stringerror

WriteDebug(String, Object[])

View Source
Declaration
void WriteDebug(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

WriteWarning(String)

View Source
Declaration
void WriteWarning(string warning)
Parameters
TypeName
System.Stringwarning

WriteWarning(String, Object[])

View Source
Declaration
void WriteWarning(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

WriteError(Exception)

View Source
Declaration
void WriteError(Exception ex)
Parameters
TypeName
System.Exceptionex

WriteError(String)

View Source
Declaration
void WriteError(string error)
Parameters
TypeName
System.Stringerror

WriteError(String, Object[])

View Source
Declaration
void WriteError(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args