Skip to main content

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​

ServiceStack.Logging.ILog

Parameters​
TypeName
Typetype

GetLogger(String)​

View Source​
Declaration
public ILog GetLogger(string typeName)
Returns​

ServiceStack.Logging.ILog

Parameters​
TypeName
System.StringtypeName

Implements​