Hello users, once again i have a question: so in Developer Console exist 4 types of color lines and at least 2 can be made from scripts:
Output(white) = print()
Warning(yellow) = warn()
Is it also possible for Information (blue) and Error (red) to be accessible by scripts?
ok i found that Error (red) can be called by a script from “error ()” but I couldn’t find any for Information (blue), is there any that can do that?
1Joeb
(joeberson)
April 2, 2020, 5:26pm
#3
While I’m not sure if there is a way to access the blue info text, you can still list the information of the error.
Since these errors are custom, you have to provide the information.
1 Like
I know that, but I just wanted to know if there is any way to make information (blue) appear alone.