Use the command @easyrpg_output Info, "Hello World", followed by a command @easyrpg_output Warning, "Hello World".
Hello World [xNumber of Hellow World] will be displayed, without making any category distinction.

The same is also true if you use the command @easyrpg_output Warning, "Hello World", followed by a command @easyrpg_output Info, "Hello World".

There is no issue if those commands are separated by another log message to separate them.
Use the command

@easyrpg_output Info, "Hello World", followed by a command@easyrpg_output Warning, "Hello World".Hello World [xNumber of Hellow World]will be displayed, without making any category distinction.The same is also true if you use the command

@easyrpg_output Warning, "Hello World", followed by a command@easyrpg_output Info, "Hello World".There is no issue if those commands are separated by another log message to separate them.