Appendix F. Logging utility sub routines for Windows systems
IBM Prerequisite Scanner has a set of common logging sub routines in the
preq.vbs
file for displaying messages on screen or writing to the log file.
Table 34 describes the logging utilities.
Table 34. Logging utility sub routines
Sub routine
Description
Input parameters
deleteLogFile
Deletes the log file if it exists.
None
log(level, msg)
Writes the message to the log file by
using the “fmt()” on page 120 function.
The log also includes the current date
and time.
v
level
, a string that sets the type of
message such as information or
warning
v
msg
, a string that represents the message
to log
logDebug(msg)
Calls the
log()
function, passing
"DEBUG"
as the level input parameter.
msg
, a string that represents the message
to log
logError(msg)
Calls the
log()
function, passing
"ERROR"
as the level input parameter.
msg
, a string that represents the message
to log
logInfo(msg)
Calls the
log()
function, passing
"INFO"
as the level input parameter.
msg
, a string that represents the message
to log
logScreen(msg)
Writes the message to the screen.
msg
, a string that represents the message
to write to the screen
logWarning(msg)
Calls the
log()
function, passing
"WARNING"
as the level input parameter.
msg
, a string that represents the message
to log
© Copyright IBM Corp. 2009, 2012
127
Summary of Contents for Prerequisite Scanner
Page 1: ...Prerequisite Scanner Version 1 1 1 10 User s Guide ...
Page 2: ......
Page 3: ...Prerequisite Scanner Version 1 1 1 10 User s Guide ...
Page 8: ...vi Prerequisite Scanner User s Guide ...
Page 10: ...viii Prerequisite Scanner User s Guide ...
Page 40: ...Figure 6 result txt file on Windows systems 30 Prerequisite Scanner User s Guide ...
Page 46: ...36 Prerequisite Scanner User s Guide ...
Page 68: ...58 Prerequisite Scanner User s Guide ...
Page 78: ...Figure 11 precheck log file with the debug data 68 Prerequisite Scanner User s Guide ...
Page 84: ...74 Prerequisite Scanner User s Guide ...
Page 88: ...78 Prerequisite Scanner User s Guide ...
Page 92: ...82 Prerequisite Scanner User s Guide ...
Page 116: ...106 Prerequisite Scanner User s Guide ...
Page 122: ...112 Prerequisite Scanner User s Guide ...
Page 136: ...126 Prerequisite Scanner User s Guide ...
Page 138: ...128 Prerequisite Scanner User s Guide ...
Page 140: ...130 Prerequisite Scanner User s Guide ...
Page 158: ...148 Prerequisite Scanner User s Guide ...
Page 164: ...154 Prerequisite Scanner User s Guide ...
Page 166: ...156 Prerequisite Scanner User s Guide ...
Page 170: ...160 Prerequisite Scanner User s Guide ...
Page 171: ......
Page 172: ... Printed in USA ...