Skip to main content

LogExtensions

Assembly: ServiceStack.dll​
View Source​
Declaration
public static class LogExtensions

Methods​

ErrorStrict(ILog, String, Exception)​

View Source​
Declaration
public static void ErrorStrict(this ILog log, string message, Exception ex)
Parameters​
TypeName
ServiceStack.Logging.ILoglog
System.Stringmessage
System.Exceptionex

IsNullOrNullLogFactory(ILogFactory)​

View Source​
Declaration
public static bool IsNullOrNullLogFactory(this ILogFactory factory)
Returns​

System.Boolean

Parameters​
TypeName
ServiceStack.Logging.ILogFactoryfactory