public interface LogAnalyser
setLogConfiguration(LogConfigurationEntry[])
method. However, this configuration is not persisted and does not survive a
restart.Modifier and Type | Method and Description |
---|---|
java.util.List<LogEntry> |
getLastLogEntries(int size)
Get the last number of log entries.
|
LogConfigurationEntry[] |
getLogConfiguration()
Get the current log configuration
|
void |
setLogConfiguration(LogConfigurationEntry[] config)
Set the new configurations
|
LogConfigurationEntry[] getLogConfiguration()
void setLogConfiguration(LogConfigurationEntry[] config)
config
- An array of configurations or null
to remove all configs.java.util.List<LogEntry> getLastLogEntries(int size)
size
- The maximum number of log entries or -1
to get all available entries."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"