From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../at/gv/egovernment/moa/logging/LogMsg.html | 223 +++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LogMsg.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LogMsg.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LogMsg.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LogMsg.html new file mode 100644 index 000000000..12c5849d7 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/logging/LogMsg.html @@ -0,0 +1,223 @@ + + + + + + +MOA SP/SS Server Internal API: Class LogMsg + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.logging +
+Class LogMsg

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.logging.LogMsg
+
+
+
+
public class LogMsg
extends Object
+ +

+A unified message type to log messages from inside the MOA subsystem. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
LogMsg(Object message) + +
+          Create a LogMsg object.
+  + + + + + + + + + + + +
+Method Summary
+ StringtoString() + +
+          Convert this log message to a String.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+LogMsg

+
+public LogMsg(Object message)
+
+
Create a LogMsg object.
+
Parameters:
message - The actual message to log. May be null.
+
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public String toString()
+
+
Convert this log message to a String.
+
Overrides:
toString in class Object
+
+
+
Returns:
The String representation of this log message.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3