Class DefaultLoggerFactory
The DefaultLoggerFactory class encapsulates the Social platform's default construction of an ISocialLogger implementation.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Common
Assembly: EPiServer.Social.Common.dll
Version: 1.5.4Syntax
public class DefaultLoggerFactory
Constructors
DefaultLoggerFactory()
Declaration
public DefaultLoggerFactory()
Methods
CreateSocialLogger()
Creates a new social logger instance according to platform defaults.
Declaration
public ISocialLogger CreateSocialLogger()
Returns
| Type | Description |
|---|---|
| ISocialLogger | New social logger instance |
GetSocialLogger()
Gets an instance of the logger used by various components within the Social platform to log information.
Declaration
protected virtual ISocialLogger GetSocialLogger()
Returns
| Type | Description |
|---|---|
| ISocialLogger | New social logger instance |