@minecraft/server-editor
    Preparing search index...

    Interface IPlayerLoggerPropertiesBeta

    Player Logger Properties.

    interface IPlayerLoggerProperties {
        alert?: boolean;
        channelMask?: LogChannel;
        subMessage?: LocalizedString;
    }
    Index

    Properties

    alert?: boolean

    Overrides whether this message raises the Editor error state, which flashes the viewport and opens the log panel. When left unset the default applies, which is to raise it for error messages only. Set it to true to raise it for a lower severity message, or false to suppress it for an error.

    channelMask?: LogChannel

    A log channel mask, default is Message

    subMessage?: LocalizedString

    A player log sub message for the toast channel