Class XLogInfoFactory


  • public class XLogInfoFactory
    extends java.lang.Object
    Factory for deriving log info summaries from logs.
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Constructor Detail

      • XLogInfoFactory

        public XLogInfoFactory()
    • Method Detail

      • createLogInfo

        public static XLogInfo createLogInfo​(XLog log)
        Creates a new log info with the standard event classifier.
        Parameters:
        log - The event log to create an info summary for.
        Returns:
        The log info for this log.
      • createLogInfo

        public static XLogInfo createLogInfo​(XLog log,
                                             XEventClassifier classifier)
        Creates a new log info summary with a custom event classifier.
        Parameters:
        log - The event log to create an info summary for.
        classifier - The event classifier to be used.
        Returns:
        The log info summary for this log.