# Log Viewer Paneli

**Log Viewer**

Loglama, otomasyon ve yazılım geliştirme süreçlerinde izlenebilirlik, hata ayıklama ve operasyonel görünürlük açısından kritik bir bileşendir. Log Viewer, süreç çalışırken üretilen log kayıtlarının merkezi bir ekranda görüntülenmesini sağlar.

**Örnek Kullanım:**&#x20;

* **String Expression Örneği:** Log message: "Genrpa".Length

<figure><img src="/files/ImTKXn8U3PmxFB58UKTr" alt=""><figcaption><p>Log Message Aktivite Kullanımı</p></figcaption></figure>

Runtime sonucu: 6 Log Viewer Çıktısı: 6

<figure><img src="/files/RlzsWIbVhwHIDyxU9YMF" alt="Log Viewer Çıktısı"><figcaption><p>Log Viewer Çıktısı</p></figcaption></figure>

* **String Expression Örneği:** Log message: \[ProcessName].Trim() ; ilgili değişkenin sonundaki ve başındaki boşlukları kaldırır.

<figure><img src="/files/MdxhsJdBaHXgDjHAlnob" alt=""><figcaption><p>Kullanılan Değişken Yapısı</p></figcaption></figure>

<figure><img src="/files/w2PnM9yoy91RfyG6S6si" alt=""><figcaption><p>Log Message Aktivite Kullanımı</p></figcaption></figure>

<figure><img src="/files/anxZRAgAu99436xF8jj9" alt=""><figcaption><p>Değişken Yapısı ve Stüdyo Kullanım Çıktıları</p></figcaption></figure>

* **Matematiksel expression Örneği:**

&#x20;Değişken: \[SuccessCount]= 25

<figure><img src="/files/o0kkvBHHP26W02KUEMKw" alt=""><figcaption><p>Variable Yapısı</p></figcaption></figure>

Değişken:\[FailCount]=5

<figure><img src="/files/F1w6ek4jtAC2ALiauyIB" alt=""><figcaption><p>Variable Yapısı</p></figcaption></figure>

**Log Message:** \[SuccessCount] + \[FailCount]

<figure><img src="/files/hmdbq2flTAdoOQ28QcUI" alt=""><figcaption><p>Log Message Aktivite Kullanımı</p></figcaption></figure>

**Çıktı:**&#x33;0

<figure><img src="/files/jTjSh69BKNy5n5RW2swi" alt=""><figcaption></figcaption></figure>

* **Metin + değişken kullanımı:** "Toplam kayıt sayısı: " + \[ItemCount]

<figure><img src="/files/QUNp6VxR3A3HOjIcUSwE" alt=""><figcaption><p>Log Message Aktivite Kullanımı</p></figcaption></figure>

<figure><img src="/files/XPntzynWaVMAgs4x8aCO" alt=""><figcaption><p>Log Viewer Görünümü</p></figcaption></figure>

* **Hata Takibi:** Uygulama sırasında oluşan hataların detaylı olarak loglanması.&#x20;
* **Performans İzleme:** İşlem süreleri ve performans bilgilerinin kaydedilmesi.&#x20;
* **Günlük Raporlama:** Önemli olayların belirli bir log dosyasında tutulması.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.genrpa.com/paneller/log-viewer-paneli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
