Entity.SetLogger(ILogger) Method
Definition¶
Namespace: Brine2D.ECS
Sets the logger for this entity.
Internal — called by CreateEntity<T>(string) after construction
when the new() constraint prevents constructor injection.
internal void SetLogger(Microsoft.Extensions.Logging.ILogger<Brine2D.ECS.Entity>? logger);