See: Description
Class | Description |
---|---|
AutoRefreshLineInfo |
Structure containing information on a line of text read for Auto-refresh, returned by
LogFileManager.readLineAtOffset(long) |
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). |
LogFileInfo |
Provide basic information on a log file: file size and file date
|
LogFileManager |
Abstract class that each LogMX Manager must extend.
|
LogFileParser |
Abstract class that each LogMX Parser must extend.
A LogMX Parser gets lines of text as input ( LogFileParser.parseLine(String) ), and shall parse these lines
into log entries (LogFileParser.addEntry(ParsedEntry) ).This class contains abstract methods to be implemented by Parsers, and final methods to be called by parsers. |
LogStreamManager |
This class describes a
LogFileManager that reads logs from a live stream. |
ManagerSpecVersion |
Defines LogMX Manager Specifications versions.
Each Specification version matches a set of services that a LogMX LogFileManager
must provide (through implementation of abstract Java methods).This Specification version helps LogMX to know if a Manager is too old to be used with the current LogMX version. |
ProxySettings |
Simple object describing proxy settings
|
Copyright © 2025 LightySoft. All rights reserved. [LogMX v8.4.0 (Jan 3, 2025)]