BEAST
eu.baltrad.beast.log.ISystemReporter Interface Reference

System reporter. More...

Inheritance diagram for eu.baltrad.beast.log.ISystemReporter:
eu.baltrad.beast.log.AlertMessageReporter eu.baltrad.beast.log.NullReporter

Public Member Functions

void info (String code, String message, Object... args)
 Reports the message.
 
void warn (String code, String message, Object... args)
 Reports the message.
 
void error (String code, String message, Object... args)
 Reports the message.
 
void fatal (String code, String message, Object... args)
 Reports the message.
 

Detailed Description

System reporter.

Will report messages to interested parties.

Author
Anders Henja

Member Function Documentation

◆ error()

void eu.baltrad.beast.log.ISystemReporter.error ( String code,
String message,
Object... args )

Reports the message.

Parameters
message- the message

Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.

◆ fatal()

void eu.baltrad.beast.log.ISystemReporter.fatal ( String code,
String message,
Object... args )

Reports the message.

Parameters
message- the message

Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.

◆ info()

void eu.baltrad.beast.log.ISystemReporter.info ( String code,
String message,
Object... args )

Reports the message.

Parameters
message- the message

Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.

◆ warn()

void eu.baltrad.beast.log.ISystemReporter.warn ( String code,
String message,
Object... args )

Reports the message.

Parameters
message- the message

Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.


The documentation for this interface was generated from the following file: