Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents

Expand
titleНажмите здесь, чтобы развернуть оглавление
Table of Contents
minLevel1
maxLevel7
exclude^Оглавление$

...

Description

The log is used to display messages to the user. The message can be of one of three types:

...

Messages are output to the log using the Alert Notification action .

...

What is it used for?

...

If it seems to you that too many messages are being written to the ZennoPoster log, and you would not want to completely delete actions, you can make them appear only in ProjectMaker. To do this, in the Action Alert Notificationyou need to uncheck the "Show in ZennoPoster" checkbox.

...

In the program settings, on the Other tab, you can change the conditions under which auto-scrolling will be disabled.

...

The unique id of the action that sent the message will be saved to the clipboard. Example id is 3e6988d1-9518-4535-a6d2-f0a33420c730. Then you can use this id to search for a project, for more information about searching for a project, see the article Search for a by project.

Copy message

When you select this item, the text of the message will be saved to the clipboard.

...

By default, all logs from all templates are written to one file. This behavior can be changed using C# code , which must be placed at the beginning of the template:

...

In the program settings, you can enable the Extended log. To do this, in the top menu, click on Edit, then Settings, then select the Debug tab and look for the Advanced option of the log window Extended window for log. For the changes to take effect, you must restart ProjectMaker.

...

Unfortunately, it is impossible to write to this column using the standard Alert Notification action (at the time of this writing, the latest version of the program is 7.1.6.1). To do this, you must use the Custom C# code cube and have minimal knowledge of working with C# code.

...

  • in multithreaded work, you can enter the account name in the Untitled column, and the action that this account is currently performing in Messages . If the need arises, you can either group messages by this column (this is done by right-clicking on the title and selecting the appropriate option), or set up a filter.

  • it may be necessary to write large templates that execute many functions in one pass, for example - registration, filling out a profile, searching for a product, parsing and processing goods, publishing processed data (and all this is one template execution). Each of the described parts can contain many actions. So when logging into the Nameless column, you can write that part of the template in which the execution is now located, and write a specific action in Messages .