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
Type | Name |
---|---|
ServiceStack.Logging.ILog | log |
System.String | message |
System.Exception | ex |
IsNullOrNullLogFactory(ILogFactory)
View Source
Declaration
public static bool IsNullOrNullLogFactory(this ILogFactory factory)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Logging.ILogFactory | factory |