[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mnLogs.pas line 16
type ILog = interface(IInterface)
procedure LogWrite();
end;
ILog
IInterface