Package | Description |
---|---|
com.lightysoft.logmx.api |
Package containing API classes not related to Log Parsers and Log Managers
|
com.lightysoft.logmx.mgr |
Package containing abstract classes that Parsers and Managers have to extend
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<? extends ParsedEntry>> |
LogMXAPIUtils.getOpenedFilesLogEntries()
Returns a map of opened files in LogMX GUI, with their Log Entries.
Each file is associated to the list of its ParsedEntry .WARNING: For evident performances and memory consumption reasons, the returned lists of entries are not clones of internal LogMX lists. |
Modifier and Type | Method and Description |
---|---|
protected ParsedEntry |
LogFileParser.createNewEntry()
Called by the Parser to create and return a new blank log entry to be
used by this Parser.
|
protected ParsedEntry |
LogFileManager.createNewEntryForExtraction()
Called by the Manager to create and return a new blank log entry to be
used by this Manager during entry extraction (see
LogFileManager.supportLogEntriesExtraction() ). |
ParsedEntry |
LogFileManager.readEntry()
Called by LogMX to request the Manager to extract the next log entry.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogFileParser.addEntry(ParsedEntry pParsedEntry)
Called by the Parser for each entry it has successfully parsed.
|
abstract Date |
LogFileParser.getAbsoluteEntryDate(ParsedEntry pEntry)
Called by LogMX to get the
Date of the specified entry,
or null if this Parser could not return the Date for this entry. |
String |
LogFileParser.getEntryStringRepresentation(ParsedEntry pEntry)
Called by LogMX to get a textual description of the given Log entry.
|
abstract Date |
LogFileParser.getRelativeEntryDate(ParsedEntry pEntry)
Called by LogMX to get a timestamp for entry
pEntry ,
or null if this Parser doesn't support relative timestamps. |
Copyright © 2025 LightySoft. All rights reserved. [LogMX v8.4.0 (Jan 3, 2025)]