[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Implements the DbgOut method for the logger type.
Source position: lazloggerbase.pas line 137
protected procedure TLazLogger.DoDbgOut( |
s: string; |
AGroup: PLazLoggerLogGroup = Nil |
); virtual; |
s |
|
String value written in the method. |
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.
Added in LazUtils version 3.0.
Version 4.0 | Generated 2025-05-03 | Home |