mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[414016] [dstore] new server audit log requirements
This commit is contained in:
parent
a51b6ca707
commit
b14baa94e3
6 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.dstore.core
|
||||
Bundle-Version: 3.6.0.qualifier
|
||||
Bundle-Version: 3.4.0.qualifier
|
||||
Bundle-Activator: org.eclipse.dstore.core.Activator
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
|
|
@ -68,7 +68,7 @@ public interface IServerLogger
|
|||
* logAudit
|
||||
*
|
||||
* @param data information to log.
|
||||
* @since 3.6
|
||||
* @since 3.4
|
||||
*/
|
||||
public void logAudit(String[] data);
|
||||
}
|
||||
|
|
|
@ -331,7 +331,7 @@ public class ServerLogger implements IServerLogger
|
|||
* logAudit
|
||||
*
|
||||
* @param data information to log.
|
||||
* @since 3.6
|
||||
* @since 3.4
|
||||
*/
|
||||
public void logAudit(String[] data){
|
||||
// initial implementation is a no-op but extenders (i.e. zosServerLogger) can provide
|
||||
|
|
|
@ -390,7 +390,7 @@ public class CommandGenerator
|
|||
}
|
||||
|
||||
/**
|
||||
* @since 3.6
|
||||
* @since 3.4
|
||||
*/
|
||||
public DataElement generateOOMMessage(String msg){
|
||||
DataElement oomMessage = _dataStore.createObject(null, "OOM", msg); //$NON-NLS-1$
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.services.dstore
|
||||
Bundle-Version: 3.2.100.qualifier
|
||||
Bundle-Version: 3.3.0.qualifier
|
||||
Bundle-Activator: org.eclipse.rse.internal.services.dstore.Activator
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -105,6 +105,7 @@ public class UniversalServerUtilities {
|
|||
*
|
||||
* @param data information to be logged
|
||||
* @param dataStore
|
||||
* @since 3.3
|
||||
*/
|
||||
public static void logAudit(String[] data, DataStore dataStore)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue