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

Reference for unit 'LazLogger': Procedures and functions

assign(Boolean):TLazLoggerLogEnabled

assign(PLazLoggerLogGroup):TLazLoggerLogEnabled

dbghex

  

Generates a message with the hexadecimal representation for the specified Int64 value.

dbgMemRange

  

Generates a message with the hexadecimal-encoded content for the specified block of memory and size.

dbgMemStream

  

Generates a message with the hexadecimal-encoded values from the specified memory stream.

dbgObjMem

  

Generates a message with the hexadecimal-encoded memory content for the specified object instance.

DbgOut

  

Writes a message to the log.

DbgS

  

Generates a debugger message formatted with the value(s) for the specified type(s).

DbgSJoin

  

Generates a debugger message with the combined values of the specified arguments.

DbgSName

  

Generates a message with the optional name and class type for the specified object.

DbgSTime

  

Generates a message with the tick count for the computer system.

DbgStr

  

Generates a debugger message with the content from the specified value.

DbgWideStr

  

Generates a debugger message with the specified WideString content.

DebugLn

  

Writes a message to the log.

DebugLnEnter

  

Writes a message to the log.

DebugLnExit

  

Writes a message to the log.

DebuglnStack

  

Writes a message to the log.

DumpExceptionBackTrace

  

Write the stack trace back when an exception is detected.

GetDebugLogger

  

Gets the value for the DebugLogger property.

logicaland(TLazLoggerLogEnabled,TLazLoggerLogEnabled):TLazLoggerLogEnabled

logicalor(TLazLoggerLogEnabled,TLazLoggerLogEnabled):TLazLoggerLogEnabled

SetDebugLogger

  

Sets the value for the DebugLogger property.