Skip to content

IAtlasLogger

Namespace: Shadop.Archmage.Sdk

Interface for logging during Atlas loading and operations.

public interface IAtlasLogger

Remarks:

Implement this interface to provide custom logging behavior for the Atlas loading system. The default implementation logs to the console with standardized prefixes.

void Info(string message)

message String