LogUtils
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public static class LogUtils
Methods
IsTraceEnabled(ILog)
View Source
Declaration
public static bool IsTraceEnabled(this ILog log)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Logging.ILog | log |
Trace(ILog, Object)
View Source
Declaration
public static void Trace(this ILog log, object message)
Parameters
Type | Name |
---|---|
ServiceStack.Logging.ILog | log |
System.Object | message |
Trace(ILog, Object, Exception)
View Source
Declaration
public static void Trace(this ILog log, object message, Exception exception)
Parameters
Type | Name |
---|---|
ServiceStack.Logging.ILog | log |
System.Object | message |
System.Exception | exception |
TraceFormat(ILog, String, Object[])
View Source
Declaration
public static void TraceFormat(this ILog log, string format, params object[] args)
Parameters
Type | Name |
---|---|
ServiceStack.Logging.ILog | log |
System.String | format |
System.Object[] | args |