[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: JPL.SimpleLogger.pas line 80
type TJPSimpleLogger = class |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure ClearLog; |
|
|
function Delete(); |
|
|
function Undelete(); |
|
|
function EraseItem(); |
|
|
function Log(); |
|
|
function LogError(); |
|
|
function LogWarning(); |
|
|
function LogHint(); |
|
|
function Pack(); |
|
|
procedure RenumberItems; |
|
|
function CategoryCount(); |
|
|
function AsDebugString; |
|
|
procedure SaveToFile(); |
|
|
|
||
property Count: Integer; [r] |
|
|
property ActiveItemsCount: Integer; [r] |
|
|
property InactiveItemsCount: Integer; [r] |
|
|
property ErrorCount: Integer; [r] |
|
|
property WarningCount: Integer; [r] |
|
|
property HintCount: Integer; [r] |
|
|
|
||
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |