Documentation Language: Swift

Enumeration

LoggingCategory

Logging categories for structured logging in Ecore operations.

enum LoggingCategory

Overview

Provides type-safe logging categories for consistent log organisation and filtering across the Ecore implementation.

Usage

logger.debug("Parsing element", category: LoggingCategory.xmiParsing.rawValue)

Topics

Enumeration Cases

E
LoggingCategory.commandExecution

Command execution operations.

E
LoggingCategory.delegates

Delegate operations.

E
LoggingCategory.factory

Factory operations.

E
LoggingCategory.performance

Performance monitoring.

E
LoggingCategory.query

Query operations.

E
LoggingCategory.resourceManagement

Resource management operations.

E
LoggingCategory.typeResolution

Type resolution operations.

E
LoggingCategory.validation

Model validation operations.

E
LoggingCategory.xmiParsing

XMI parsing operations.

E
LoggingCategory.xmiSerialisation

XMI serialisation operations.

Initializers

Default Implementations

Relationships

Conforms To