[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLogger.DoDbgOut

Implements the DbgOut method for the logger type.

Declaration

Source position: lazloggerbase.pas line 137

protected procedure TLazLogger.DoDbgOut(

  s: string;

  AGroup: PLazLoggerLogGroup = Nil

); virtual;

Arguments

s

  

String value written in the method.

Description

DoDbgOut has an empty implementation, and must be overridden in a descendent class to perform any actions needed for the output destination for the logger type.

Version info

Added in LazUtils version 3.0.


Version 4.0 Generated 2025-05-03 Home