Show / Hide Table of Contents

Class LogFactory

A log factory adapter for Service Stack.

Inheritance
System.Object
LogFactory
Implements
ServiceStack.Logging.ILogFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.ServiceStack.Logging
Assembly: Kephas.ServiceStack.dll
Syntax
public class LogFactory : ILogFactory

Constructors

| Improve this Doc View Source

LogFactory(ILogManager)

Initializes a new instance of the LogFactory class.

Declaration
public LogFactory(ILogManager logManager)
Parameters
Type Name Description
ILogManager logManager

The log manager.

Methods

| Improve this Doc View Source

GetLogger(String)

Gets the logger.

Declaration
public ILog GetLogger(string typeName)
Parameters
Type Name Description
System.String typeName

Name of the type.

Returns
Type Description
ServiceStack.Logging.ILog

The logger.

| Improve this Doc View Source

GetLogger(Type)

Gets the logger.

Declaration
public ILog GetLogger(Type type)
Parameters
Type Name Description
System.Type type

The type.

Returns
Type Description
ServiceStack.Logging.ILog

The logger.

Implements

ServiceStack.Logging.ILogFactory

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX