System.Tether.Manager.TTetheringAdapter.RegisterLog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterLog(const DoLog: TTetheringDoLog);

C++

__classmethod void __fastcall RegisterLog(const TTetheringDoLog DoLog);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Makes the specified method handle calls to Log.

Your method receives a single parameter, Msg, that is the logged message.

This method is part of the app tethering logging system.

See Also