LoggingErrorMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the logging error message (calls ErrorMsg, a UII error window) to display error message.
public ref class LoggingErrorMessage : Microsoft::Uii::Common::Logging::ILogging
public class LoggingErrorMessage : Microsoft.Uii.Common.Logging.ILogging
type LoggingErrorMessage = class
interface ILogging
Public Class LoggingErrorMessage
Implements ILogging
- Inheritance
-
LoggingErrorMessage
- Implements
Constructors
LoggingErrorMessage() |
Initializes a new instance of the LoggingErrorMessage class. |
Properties
ShowErrors |
Gets a Boolean value that specifies whether errors are shown. |
Tag |
Gets or sets user-defined data associated with the object. |
Methods
Error(String, String, String) |
Logs an error message. |
Information(String, String) |
Logs an informational message. |
Initialize(String, NameValueCollection) |
Initializes the logging listener. |
Trace(String, String) |
Logs a trace message. |
Warn(String, String) |
Logs a warning message. |