function post
Post to the Max console. Setting the last argument to a value of maxAPI.POST_LEVELS allows control of the log level
export function post(...args: Array<Anything | POST_LEVELS>): Promise<void>;
| Name | Type | Description |
|---|---|---|
| args | Array<Anything | POST_LEVELS> | |
| Return Value | Promise<void> |