--- projects/cms/source/server/idl/iscream.idl 2000/11/16 15:23:35 1.2 +++ projects/cms/source/server/idl/iscream.idl 2000/11/16 18:08:06 1.3 @@ -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.2 2000/11/16 15:23:35 tdb Exp $ +// $Id: iscream.idl,v 1.3 2000/11/16 18:08:06 tdb Exp $ // module uk { module ac { module ukc { module iscream { module core { @@ -11,6 +11,13 @@ module uk { module ac { module ukc { module iscream { // all classes can use to log system and error information. interface Logger { void write(in string source, in long verbosity, in string message); + // Verbosity levels + const long FATAL=0; + const long ERROR=1; + const long WARNING=2; + const long SYSMSG=3; + const long SYSINIT=4; + const long DEBUG=5; }; // The Configuration interface, provides a CORBA object that @@ -18,7 +25,6 @@ module uk { module ac { module ukc { module iscream { interface Configuration { string getProperty(in string key); long long getLastModified(); - }; // The Configurator interface, provides a CORBA object that @@ -40,4 +46,4 @@ module uk { module ac { module ukc { module iscream { }; // end ac.uk.ukc.iscream -};};};}; +};};};}; \ No newline at end of file