1.

What Is The Difference Between Object Filter And Event Filter?

Answer»
  • Object filters allow only those log messages for specific OBJECTS to be written to the specific log target. Object filters are BASED on object classes. With this filter, you can create a log target that collects only log messages generated by PARTICULAR INSTANCES of the specified object classes.
  • Event Filter allow only those log messages that contain the CONFIGURED event codes to be written to this log target. With this filter, it is possible to create a log target that collects only log messages for a specific set of event codes.



Discussion

No Comment Found