Unit log

Classes, Interfaces, Objects and Records
Constants
Variables

Description

 

Uses

  • Classes
  • Forms
  • SysUtils

Overview

Functions and Procedures

function CreateErrorMessage(Msg: string): string;
function GetConfigDir: string;
function GetSeqErrorCode: longint;
procedure WriteLog(Msg: string; MsgType: TMsgType);

Types

TMsgType = (...);

Description

Functions and Procedures

function CreateErrorMessage(Msg: string): string;
 
function GetConfigDir: string;
 
function GetSeqErrorCode: longint;
 
procedure WriteLog(Msg: string; MsgType: TMsgType);
 

Types

TMsgType = (...);
 
Values
  • Fatal
  • Warning
  • Notification
  • Debug

Generated by PasDoc 0.15.0.