Unit 'LazLogger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TLazLoggerFile.ClearAllBlockHandler

Removes all block handlers for the logger class created using AddBlockHandler.

Declaration

Source position: lazlogger.pas line 162

protected procedure TLazLoggerFile.ClearAllBlockHandler;

Description

Calls RemoveBlockHandler to remove each of the block handlers from the internal list of handlers, and releases the references to the block handler class instances.

Version 4.6 Hosted on Source Forge