Public Member Functions

com.cosylab.logging.engine.ACS.ACSRemoteErrorListener Interface Reference

Inheritance diagram for com.cosylab.logging.engine.ACS.ACSRemoteErrorListener:
alma.acs.logging.tools.LogFileExtractor alma.acs.logging.tools.LogFileSplitter alma.acs.logtools.monitor.LogDetailsDispatcher com.cosylab.logging.LoggingClient

List of all members.

Public Member Functions

void errorReceived (String xml)

Detailed Description

This interface defines the listener to be notified of errors encountered getting logs from the NC

Author:
acaproni

Member Function Documentation

void com.cosylab.logging.engine.ACS.ACSRemoteErrorListener.errorReceived ( String  xml  ) 

The method is executed when an error happened building a log from a string.

The parameter is the string that caused the error and it can be

  • the XML that was not possible to parse
  • a cache string if the binary format of logs is in use

The cache string is a string used in the cache whose format might change with different implementation of of the cache.

Parameters:
xml That string that caused the error

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties