com.dukascopy.api
Interface IConsole


public interface IConsole

Allows to print messages to Messages table

Author:
Denis Larka

Method Summary
 PrintStream getErr()
          Returns PrintStream that prints messages with error priority.
 PrintStream getOut()
          Returns PrintStream that prints messages with normal priority
 

Method Detail

getOut

PrintStream getOut()
Returns PrintStream that prints messages with normal priority

Returns:
PrintStream to print messages

getErr

PrintStream getErr()
Returns PrintStream that prints messages with error priority. Messages are shown in red color

Returns:
PrintStream to print messages


Copyright © 2009. All Rights Reserved.