| 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,LogFileParser> |
LogMXAPIUtils.getOpenedFilesLogParsers()
Returns a map of opened files in LogMX GUI, with their Log Parser.
Each file is associated to the LogFileParser that parsed it |
| Modifier and Type | Class and Description |
|---|---|
class |
LogEntriesInfoProvider
Instances of this class provide extra information on log entries extracted by a
LogFileManager
that supports entries extraction (see LogFileManager.supportLogEntriesExtraction()).Since log entries extraction (performed by a Manager) doesn't involve any Log Parser, LogMX needs a way to handle some log entries specific information like date format, or user-defined fields (information usually handled by the LogFileParser that parses the log text).This is why this abstract class extends LogFileParser, providing a stub for features irrelevant
to entries extraction (like parsing a line of text). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogFileManager.canUseParser(LogFileParser pParser)
Called by LogMX to know if the given parser can be used to parse the data returned by
this
LogFileManager. |
Copyright © 2025 LightySoft. All rights reserved. [LogMX v8.4.0 (Jan 3, 2025)]