[xep-support] Missing fonts return Log messages instead of Warning messages in XEP.NET

From: Laub, David <DLaub@Wheels.com>
Date: Fri Mar 25 2005 - 13:51:00 PST

If I am missing a TrueType font config in my xep.xml file, I do get a
warning, but it is returned as a Log message instead of a Warning
message - this forces me to filter the Log messages for messages
starting with the word "warning" - versus simply use Warning messages.

public class XEPLogger : ILogger
        {
                public void Warning(string message) {}
                public void Error(string message) {}
                public void Info(string message) {}
                public void Log(string message) {} // Missing Fonts are
reported as Log messages starting with the word "warning" - obviously
they should return Warning messages
        }

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
Received on Fri Mar 25 14:28:55 2005

This archive was generated by hypermail 2.1.8 : Fri Mar 25 2005 - 14:28:55 PST