Provides utility methods for logging Restier operations and entity lifecycle events. Supports logging for both named entities and identifiable entities with …
Provides utility methods for logging Restier operations and entity lifecycle events.
Supports logging for both named entities and identifiable entities with detailed operation tracking.
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.
public static void LogOperation<T, TId>(T entity, CloudNimble.EasyAF.Restier.RestierOperationType operation) where T : CloudNimble.EasyAF.Core.IIdentifiable<TId> where TId : struct, System.ValueType