Ejemplo n.º 1
0
 public Iterable<GenericArtifactInfo> getArtifacts() {
   return eventFactory.getArtifacts();
 }
Ejemplo n.º 2
0
 /**
  * Creates a log event from the given string. A log event always have a time stamp, a reference to
  * its log file and a log event type. Any number of properties can be set to a generic log event
  * using the addPropery method.
  *
  * @param readLine string with event data
  * @return the created log event.
  */
 public GenericEventInfo createLAEventFromLTTEvent(final LttEvent lttEvent) {
   return eventFactory.getEvent(lttEvent);
 }
Ejemplo n.º 3
0
 public Iterable<TypeDescription> getTypeDescriptions() {
   return LTTngEventFactory.getTypeDescriptions();
 }