Search found 5 matches

by column
Mon Sep 24, 2018 9:35 am
Forum: Using LogMX
Topic: Cann't connect via SCP
Replies: 1
Views: 10582

Cann't connect via SCP

Hello, Trying to connect to remote log: scp://root@192.168.1.25/opt/aaa/tst.log Got: Error while reading scp://root@192.168.1.25/opt/aaa/tst.log 24/09/18 12:26:28.310 [INFO] (com.lightysoft.logmx.LogMX) Starting LogMX v5.5.0 (Professional Version, 20160607@195816)... 24/09/18 12:26:28.425 [FINE] (co...
by column
Fri Feb 23, 2018 9:40 am
Forum: Writing a Parser
Topic: Skip unused fields
Replies: 1
Views: 10487

Skip unused fields

Hello,

I have simple parser that uses several fields - ID, Timestamp, Emitter,Message. Other fields are not useful for me. Each time I open file I must uncheck not used fields. Is it somehow possible to ask parser to remember unchecked fields.
by column
Fri Feb 23, 2018 8:44 am
Forum: Writing a Parser
Topic: Why marked as error?
Replies: 1
Views: 10433

Why marked as error?

Hello,

I have very basic parser:

Image

It works fine, but why I have everything in red that I suppose means error?

Image
by column
Mon Mar 21, 2016 11:43 am
Forum: Writing a Parser
Topic: Defining Timestamp parser
Replies: 1
Views: 13743

Defining Timestamp parser

Hello, I have simple log: 2016.03.21 10:52:10.966 1 AsyncPosJeasi.Cfg.read INFO: -------------------- version 2.3.73.19 -------------------- 2016.03.21 10:52:10.971 1 AsyncPosJeasi.XmlFile.getElementValue CONFIG: LogLevel=FINER 2016.03.21 10:52:10.974 1 AsyncPosJeasi.XmlFile.getElementValue CONFIG: ...
by column
Thu Aug 13, 2015 8:53 pm
Forum: Using LogMX
Topic: Show multiline in messages only in case when they exists
Replies: 4
Views: 13637

Show multiline in messages only in case when they exists

Hello I have log: 2015-06-13 20:58:32,278 60157353 [Thread-1] DEBUG ccc - start PROC, will wait 30 2015-06-13 20:58:32,302 60157377 [Thread-1] DEBUG ccc - stoping PROC 0 2015-06-13 20:58:42,339 60167414 [Thread-1] DEBUG ccc - start PROC, will wait 30 hello good bye 2015-06-13 20:58:42,363 60167438 [...