Unit 'eventlog' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl-base]

TEventLog.Log

Declaration

Source position: eventlog.pp line 96

public procedure TEventLog.Log(

  EventType: TEventType;

  const Msg: string

); virtual;

procedure TEventLog.Log(

  EventType: TEventType;

  const Fmt: string;

  Args: array of Const

);

procedure TEventLog.Log(

  const Msg: string

);

procedure TEventLog.Log(

  const Fmt: string;

  Args: array of Const

);


Documentation generated on: 2025-07-25