Atlas Engine
API Referenceatlasatlas/log

Debug

Writes messages to the Atlas runtime log at the selected severity.

Module: atlas/log

Writes messages to the Atlas runtime log at the selected severity.

Declaration

export const Debug: {
        print(message: string): void;
        warning(message: string): void;
        error(message: string): void;
    };

Methods

print

print(message: string): void;

warning

warning(message: string): void;

error

error(message: string): void;

On this page