Unit 'LazLoggerBase' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home