VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which log file stores warning, errors, and information messages about internal operations?
A
PEGA
B
ALERT
C
SERVICES-PAL
D
ALERTSECURITY
Explanation: 

Detailed explanation-1: -The PEGA log contains warnings, errors, and information messages about internal operations. This file, also referred to as the Console log or System log, is used for debugging the application.

Detailed explanation-2: -Use the Log-Message method to append a message to the Pega log when the step is reached. Depending on method parameters and the current logging level, a line is added to the Pega log on the current node. Additions to the Pega log consume system resources. Select the LoggingLevel parameter carefully.

Detailed explanation-3: -Put simply, an application log is a file that contains information about events that have occurred within a software application. These events are logged out by the application and written to the file. They can include errors and warnings as well as informational events.

Detailed explanation-4: -You access log files from the Log utilities section of the Logs tab in Dev Studio (Configure > System > Operations > Logs) to open the Log utilities.

Detailed explanation-5: -The Alert log file is usually named PegaRULES-Alert-YYYY-MMM-DD. log . The similar Security Alert log is named PegaRULES-AlertSecurity-YYYY-MM-DD. log .

Detailed explanation-6: -The log message level for a particular message is determined by your code. The logging level that is set in the Logging Level Settings tool determines which messages are written to the log file. Access the Logging Level Settings tool by clicking Designer Studio > System > Operations > Logs > Logging level settings.

There is 1 question to complete.