Message categories

In Log messages we have info, error , warning options these messages are visible for the developer but message box is the only thing visible to the user. i want to show the user whether the message in message box is warning or info or error or alert.

In excel VBA we have that option in message box

Hello there,
something like this.
System.Diagnostics.TraceLevel.Info.ToString
trace