NetCoreLogFactory
Assembly: ServiceStack.dll
View Source
Declaration
public class NetCoreLogFactory : object, ILogFactory
Properties
FallbackLoggerFactory
View Source
Declaration
public static ILoggerFactory FallbackLoggerFactory { get; set; }
Methods
GetLogger(Type)
View Source
Declaration
public ILog GetLogger(Type type)
Returns
Parameters
| Type | Name |
|---|---|
Type | type |
GetLogger(String)
View Source
Declaration
public ILog GetLogger(string typeName)
Returns
Parameters
| Type | Name |
|---|---|
System.String | typeName |