--- projects/cms/source/server/idl/iscream.idl 2000/11/13 16:29:23 1.1 +++ projects/cms/source/server/idl/iscream.idl 2000/11/16 15:23:35 1.2 @@ -2,7 +2,7 @@ // This class provides infomation about the CORBA // interface for the server side of the I-Scream system. // -// $Id: iscream.idl,v 1.1 2000/11/13 16:29:23 tdb Exp $ +// $Id: iscream.idl,v 1.2 2000/11/16 15:23:35 tdb Exp $ // module uk { module ac { module ukc { module iscream { module core { @@ -10,8 +10,7 @@ module uk { module ac { module ukc { module iscream { // The Logger interface, provides a corba object that // all classes can use to log system and error information. interface Logger { - void write(in string source, in string message); - void writeToConsole(in string source, in string message); + void write(in string source, in long verbosity, in string message); }; // The Configuration interface, provides a CORBA object that @@ -41,4 +40,4 @@ module uk { module ac { module ukc { module iscream { }; // end ac.uk.ukc.iscream -};};};}; \ No newline at end of file +};};};};