Provides utility methods for logging Restier operations and entity lifecycle events.
Supports logging for both named entities and identifiable entities with detailed operation tracking.
public static void LogOperation<T, TId>(T entity, RestierOperationType operation) where T : IIdentifiable<TId> where TId : struct
Logs a Restier operation for the specified identifiable entity, including the entity’s ID in the log message.
Provides more detailed logging by including the specific entity identifier.