System.Tether.Manager.TTetheringAdapter.Log

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure Log(const Msg: string);

C++

__classmethod void __fastcall Log(const System::UnicodeString Msg);

Properties

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

Description

Logs the specified message using the registered log handling method in your manager.

This method is part of the app tethering logging system.

See Also