Forum Discussion

SZ_1's avatar
SZ_1
Occasional Contributor
7 years ago

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 ...