Uses of Interface
com.logviewer.data2.LogFormat
Packages that use LogFormat
Package
Description
-
Uses of LogFormat in com.logviewer.api
Methods in com.logviewer.api that return LogFormat -
Uses of LogFormat in com.logviewer.config
Methods in com.logviewer.config that return types with arguments of type LogFormat -
Uses of LogFormat in com.logviewer.data2
Fields in com.logviewer.data2 declared as LogFormatMethods in com.logviewer.data2 that return LogFormatModifier and TypeMethodDescriptionExceptionBrokenLogView.getFormat()Log.getFormat()LogView.getFormat()LogService.getFormatByPath(Path path) LogFilterContext.getLogFormat()LvPredicateChecker.getLogFormat()Methods in com.logviewer.data2 with parameters of type LogFormatModifier and TypeMethodDescriptionConstructors in com.logviewer.data2 with parameters of type LogFormatModifierConstructorDescriptionIncorrectFormatException(String file, long blockStart, long blockEnd, LogFormat format) Log(Path path, LogFormat format, ExecutorService executor) -
Uses of LogFormat in com.logviewer.data2.net
Methods in com.logviewer.data2.net that return LogFormatConstructors in com.logviewer.data2.net with parameters of type LogFormatModifierConstructorDescriptionRemoteLog(LogPath path, LogFormat format, String logId, String hostname, RemoteNodeService remoteNodeService, RemoteLogChangeListenerService remoteLogChangeListenerService) -
Uses of LogFormat in com.logviewer.formats
Classes in com.logviewer.formats that implement LogFormatModifier and TypeClassDescriptionclassclassclassMethods in com.logviewer.formats that return LogFormatModifier and TypeMethodDescriptionstatic LogFormatLvDefaultFormatDetector.detectFormat(Path path) -
Uses of LogFormat in com.logviewer.impl
Methods in com.logviewer.impl that return LogFormatModifier and TypeMethodDescriptionMethods in com.logviewer.impl that return types with arguments of type LogFormatModifier and TypeMethodDescriptionstatic List<Pair<PathPattern,LogFormat>> LvPatternFormatRecognizer.fromHocon(com.typesafe.config.Config config) Constructor parameters in com.logviewer.impl with type arguments of type LogFormatModifierConstructorDescriptionLvPatternFormatRecognizer(List<Pair<PathPattern, LogFormat>> formats) -
Uses of LogFormat in com.logviewer.logLibs
Methods in com.logviewer.logLibs that return types with arguments of type LogFormatModifier and TypeMethodDescriptionLoggerLibSupport.getConfigImporter()LoggerLibSupport.getFormatClasses()LogConfigurationLoader.getLogConfigurations()Loads log configurations when LogViewer is embedded into a Java web application. -
Uses of LogFormat in com.logviewer.logLibs.log4j
Classes in com.logviewer.logLibs.log4j that implement LogFormatMethods in com.logviewer.logLibs.log4j that return types with arguments of type LogFormat -
Uses of LogFormat in com.logviewer.logLibs.logback
Classes in com.logviewer.logLibs.logback that implement LogFormatMethods in com.logviewer.logLibs.logback that return types with arguments of type LogFormat -
Uses of LogFormat in com.logviewer.logLibs.nginx
Classes in com.logviewer.logLibs.nginx that implement LogFormat -
Uses of LogFormat in com.logviewer.utils
Methods in com.logviewer.utils with parameters of type LogFormat