cancel
Showing results for 
Search instead for 
Did you mean: 

how to display the audit log message

Former Member
0 Kudos

hi,

I used the following code.

Object obj = null;

AuditMessageKey amk=null;

obj = inputModuleData.getPrincipalData();

Message msg = (Message) obj;

if (msg.getMessageDirection().equals(MessageDirection.INBOUND))

{amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.INBOUND);}

else

{amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.OUTBOUND);}

Audit.addAuditLogEntry(amk, AuditLogStatus.SUCCESS, "Starting Process");

...

....

.....

.....

but the log message is not displayed. what is the reason. ?

what is the correct way to display the audit message

help me in this regard.

Regards,

Shanthakumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

Go with RWB -> Communication Channel montoring, go with the ErrorLog along with the Message ID, there you find the Audit Log with details of your entry in the description column.

regards,

sri.

Answers (0)