From 54cf59ca438fe72eba6b6304f3fc4cf09ec80941 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 28 May 2007 22:20:25 +0000 Subject: Please to be testing new logdata interfaces! --- .../OpenGrid.Framework.Data/ILogData.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'OpenGridServices/OpenGrid.Framework.Data/ILogData.cs') diff --git a/OpenGridServices/OpenGrid.Framework.Data/ILogData.cs b/OpenGridServices/OpenGrid.Framework.Data/ILogData.cs index 27b40cb..7c6a2c5 100644 --- a/OpenGridServices/OpenGrid.Framework.Data/ILogData.cs +++ b/OpenGridServices/OpenGrid.Framework.Data/ILogData.cs @@ -16,5 +16,27 @@ namespace OpenGrid.Framework.Data public interface ILogData { void saveLog(string serverDaemon, string target, string methodCall, string arguments, int priority,string logMessage); + /// + /// Initialises the interface + /// + void Initialise(); + + /// + /// Closes the interface + /// + void Close(); + + /// + /// The plugin being loaded + /// + /// A string containing the plugin name + string getName(); + + /// + /// The plugins version + /// + /// A string containing the plugin version + string getVersion(); } + } -- cgit v1.1