Class UnityLogRoute
Unity-serializable implementation of ILogRoute that defines routing configuration for logging services.
Maps installer types to specific logger implementations by storing type names and logger keys.
Implements
Inherited Members
Namespace: Serenity.Logging.Infrastructure.Entities
Assembly: Serenity.UnityGlobal.Infrastructure.dll
Syntax
public class UnityLogRoute : ILogRoute
Constructors
UnityLogRoute()
Declaration
public UnityLogRoute()
Fields
InstallerTypeName
Declaration
public string InstallerTypeName
Field Value
| Type | Description |
|---|---|
| string | The full type name or assembly-qualified name of the installer type this route applies to. |
LoggerKey
Declaration
public string LoggerKey
Field Value
| Type | Description |
|---|---|
| string | The key identifier for the logger implementation to use for this installer type. |