Ask a Question

FontColor set by LogAttributes not applied to the text posted by Log.Warning

SZ_1
Occasional Contributor

FontColor set by LogAttributes not applied to the text posted by Log.Warning

Here is my code:

 

// Specifies new attributes for warning messages
var attrWarning = Log.CreateNewAttributes();
attrWarning.Bold = true;
attrWarning.FontColor = clRed;

 

Log.Warning("Warning message should be red", "", pmNormal, attrWarning );

 

Actual result:

The text in the log is black and bold

 

I am not sure why red color was not applied. Bold was applied correctly.

2 REPLIES 2
NisHera
Valued Contributor

It's a bug.

if you replace 'Warning' with 'Message' it worked perfectly OK

please submit a support case here

tristaanogre
Esteemed Contributor

Worked fine for me.... the trick is this... if you have the warning line highlighted, it "selects" the line which gives it a different color scheme.  However, if you click on a different line in the log so you can see the warning, it works fine.  First screenshot below shows the warning line "selected" and it appears to be incorrect.  Second screenshot shows the message line selected which then shows that the warning has the correct font color applied.

Warning line selectedWarning line selectedMessage line selectedMessage line selected


Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----

Why automate?  I do automated testing because there's only so much a human being can do and remain healthy.  Sleep is a requirement.  So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.

Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
cancel
Showing results for 
Search instead for 
Did you mean: