logger.Verbose PropertySets and returns a boolean value that determines how much information is logged by the logger object. Read/write.object.Verbose (value) Arguments
RemarksThe default condition for a logger is Verbose = true.When the value of this property is set to true, the logger will write entries that include the date and time, user name, computer name, file path and name, URL, and the message. When the value of this property is set to false, the logger will write entries that include only the date and time and the message. Applies To:logger ObjectRequirements |