Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 518 Bytes

WRITELOG.md

File metadata and controls

16 lines (12 loc) · 518 Bytes

API-method writelog

Signature

bool writelog(string Kind, string Text);

Description

Append log-entry into server’s log-file and on-screen log-buffer.

Arguments

  • Kind (string) - Kind of log-message. Must be one of the following strings: INFO, WARNING, ERROR, DETAIL, DEBUG. Debug-messages are available, only if the program was compiled in debug-mode.
  • Text (string) - Text to be added into log.

Return value

true on success or failure result on error.