public class RogLogFactory extends RogObject
| Constructor and Description |
|---|
RogLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <REC> IdxFieldResolver<REC> |
createFieldResolver() |
static RogLog |
createLog(String name)
Create a new log.
|
static RogLog |
createLog(String name,
Properties props)
Create a new log.
|
static RogLogQueryEngine |
createQueryEngine()
Creates a new
RogLogQueryEngine for querying a log. |
getChecked, getThreaded, getTracer, setChecked, setTracerpublic static RogLogQueryEngine createQueryEngine() throws QueryException
RogLogQueryEngine for querying a log.
NOTE: this functionality is still under development and not yet available
QueryException - If there is an error creating the QueryEnginepublic static RogLog createLog(String name) throws OdsException
name - The name of the logOdsException - If there is an error creating the log.public static RogLog createLog(String name, Properties props) throws OdsException
name - The name of the logprops - Properties to configure the log.OdsException - If there is an error creating the log.public static <REC> IdxFieldResolver<REC> createFieldResolver()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.