Right, and that's how I want to use the audit events, to see when certain 
things are called, whether the calls are from custom code or the Admin 
Interface or CQ or whatever. 

From: danny.sokol...@marklogic.com
To: general@developer.marklogic.com
Date: Thu, 22 Sep 2011 17:19:07 -0700
Subject: Re: [MarkLogic Dev General] Possible to create custom audit events?



I guess it depends on what your action is if it is hard to account for.  If 
your action is encapsulated into a single function, then it is relatively easy. 
 If not, it is harder. At any rate, the auditing events are not really designed 
for application-level logging.  They are more designed towards security-related 
auditing.  And MarkLogic is not written in Java, so exposing things similar to 
log4j is a tricky and potentially dangerous business. -Danny From: 
general-boun...@developer.marklogic.com 
[mailto:general-boun...@developer.marklogic.com] On Behalf Of 
seme...@hotmail.com
Sent: Thursday, September 22, 2011 4:54 PM
To: general@developer.marklogic.com
Subject: Re: [MarkLogic Dev General] Possible to create custom audit events? 
But the point of the audit event is to show when an action took place, and you 
can't get around it, an audit event will be logged. With trace events, I have 
to account for every possible occurrence of the action. I see audit events like 
Aspect4J and trace events like log4j. From: danny.sokol...@marklogic.com
To: general@developer.marklogic.com
Date: Thu, 22 Sep 2011 15:58:05 -0700
Subject: Re: [MarkLogic Dev General] Possible to create custom audit events?No, 
those are built into the server.  That is what trace events are for. -Danny 
From: general-boun...@developer.marklogic.com 
[mailto:general-boun...@developer.marklogic.com] On Behalf Of 
seme...@hotmail.com
Sent: Thursday, September 22, 2011 3:50 PM
To: general@developer.marklogic.com
Subject: [MarkLogic Dev General] Possible to create custom audit events? Is it 
possible to create custom audit events?
_______________________________________________ General mailing list 
General@developer.marklogic.com 
http://developer.marklogic.com/mailman/listinfo/general
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general                         
                  
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to