Interface ILogRoute
Interface representing a log route that maps installers to specific loggers.
Namespace: Serenity.Logging.Application.Interfaces
Assembly: Serenity.Global.Application.dll
Syntax
public interface ILogRoute
Properties
InstallerTypeName
Gets the full name of the installer type (AssemblyQualifiedName or FullName).
Declaration
string InstallerTypeName { get; }
Property Value
| Type | Description |
|---|---|
| string | The installer type name as a string. |
LoggerKey
Gets the key of the logger associated with the installer type.
Declaration
string LoggerKey { get; }
Property Value
| Type | Description |
|---|---|
| string | The logger key as a string. |