Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Tianhao Wu
2 discussion posts
I think we can add a CDATA section at log file start to define column name and separator.

For example - test.log:

Code

<![CDATA[
    <root>
        <filter>
            <id>1</id>
            <separator RegEx="true">"[!][^!]"</separator> // Just a thought
        </filter>
        <column>
            <id>1</id>
            <name>Event</name>
            <separator>"."</separator> // use dot as separator.
        </column>
        <column>
            <id>2</id>
            <name>Time</name>
            <separator>"!@"</separator> // use !@ as separator.
        </column>
        <column>
            <id>3</id>
            <name>Note</name>
            <separator>null</separator> // allow null value
        </column>
    </root>
]]>
LOGSTART: //Read log item above this line.
Service Start.2015-01-04 00:00!@Server Ready
User Login.2015-01-04 00:01!@Someone Login
User Sent Massage.2015-01-04 00:02!@Someone Radio
User Hang Up.2015-01-04 00:03!@Someone Rest
User Logout.2015-01-04 00:04!@Someone Leave
Service Stop.2015-01-04 00:05!@Server Stop
Service Shutdown.2015-01-04 00:06!@Server Offline


------------------------------------------------------

:laugh: It's Is this possible?
• Attachment: LogFusion.png [47,016 bytes]
LogFusion.png
LogFusion.png
• Attachment: LogFusionF.png [89,947 bytes]
LogFusionF.png
LogFusionF.png
Jan 4, 2015  • #1
User Image
Tianhao Wu
2 discussion posts
Oh, I forget to say Happy New Year! :D
Jan 4, 2015  • #2
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Happy New Year to you as well! This is an interesting idea. I've added it to our feature request list, and we'll definitely let you know when we're able to implement it :)

Thanks!
Jan 5, 2015  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)