BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / System / CIM_DiagnosticsLog.mof
diff --git a/Schemas/CIM225/DMTF/System/CIM_DiagnosticsLog.mof b/Schemas/CIM225/DMTF/System/CIM_DiagnosticsLog.mof
new file mode 100644 (file)
index 0000000..ad2e18d
--- /dev/null
@@ -0,0 +1,19 @@
+// Copyright (c) 2008 DMTF.  All rights reserved.
+   [Deprecated { "CIM_DiagnosticLog" }, 
+    Version ( "2.22.0" ), 
+    UMLPackagePath ( "CIM::System::Logs" ), 
+    Description ( 
+       "DiagnosticsLog is being deprecated in order to change the "
+       "class name to DiagnosticLog. This is being done to follow the "
+       "naming convention used for other diagnostic model classes. \n"
+       "DiagnosticsLog serves as an aggregation point for "
+       "DiagnosticRecord objects. This class exists in order to "
+       "encourage the use of a consolidated record management "
+       "methodology for diagnostics. A common set of providers for "
+       "this log and its associated records SHOULD be used to control "
+       "functions such as record persistence, query support and "
+       "overall data integrity in a consistent manner." )]
+class CIM_DiagnosticsLog : CIM_RecordLog {
+
+
+};