Logging Messages from your Code

The class Unisys.Common.Shared.Logging provides methods for writing messages to the Windows Application Log (as viewed with Windows Event Viewer) and to the ePortal trace file. Calls to Logging methods require a LogLevel parameter, which is used to filter what is logged. Only calls with a parameter greater than or equal to the log level will be logged.

The LogLevel parameter is specified using the enumerated type Unisys.Common.Shared.Logging.LogLevel. The values for Unisys.Common.Shared.Logging.LogLevel include:

For information on configuring the log level while testing, refer to Logging Errors and Tracing.

The methods provided are: