Uses of Interface
com.redwood.scheduler.infrastructure.logging.api.Logger
-
Packages that use Logger Package Description com.redwood.agent.api.rtx Redwood Table XML API.com.redwood.scheduler.action.api Scheduler API - Actionscom.redwood.scheduler.api.directory Scheduler API - Listing remote directoriescom.redwood.scheduler.api.io Scheduler API - I/O utilitiescom.redwood.scheduler.api.jdbc Scheduler API - JDBC utilitiescom.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.r2w.publish com.redwood.scheduler.api.rtx Redwood Table XML API.com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables.com.redwood.scheduler.api.soap Scheduler API - Web Services Clientcom.redwood.scheduler.api.trigger Scheduler API - Trigger interfaces.com.redwood.scheduler.infrastructure.logging -
-
Uses of Logger in com.redwood.agent.api.rtx
Methods in com.redwood.agent.api.rtx with parameters of type Logger Modifier and Type Method Description void
RTXConsumer. setLogger(Logger log)
Replace the default logger with anotherLogger
.void
RTXWriter. setLogger(Logger newLog)
-
Uses of Logger in com.redwood.scheduler.action.api
Constructors in com.redwood.scheduler.action.api with parameters of type Logger Constructor Description ActionScriptObject(boolean newFailJobOnError, Logger newLog)
-
Uses of Logger in com.redwood.scheduler.api.directory
Methods in com.redwood.scheduler.api.directory with parameters of type Logger Modifier and Type Method Description InputStream
ListDirectoryResult. getInputStream(SchedulerSession session, Logger log, RWIterable<ListDirectoryResult> results)
Get an input stream to the file contents.InputStream
ListDirectoryResult. getInputStream(SchedulerSession session, Logger log, RWIterable<ListDirectoryResult> results, int offset, int length)
Get an input stream to the file contents. -
Uses of Logger in com.redwood.scheduler.api.io
Methods in com.redwood.scheduler.api.io with parameters of type Logger Modifier and Type Method Description static void
IOCloser. close(InputStream toClose, Logger log)
Close given input stream.static void
IOCloser. close(OutputStream toClose, Logger log)
Close given output stream.static void
IOCloser. close(Reader toClose, Logger log)
Close given reader.static void
IOCloser. close(Writer toClose, Logger log)
Close given writer.static void
IOCloser. close(Socket toClose, Logger log)
Close given Socket.static void
IOCloser. flush(OutputStream toFlush, Logger log)
Flushes given output stream.static void
IOCloser. flush(Writer toFlush, Logger log)
Flushes given writer. -
Uses of Logger in com.redwood.scheduler.api.jdbc
Methods in com.redwood.scheduler.api.jdbc with parameters of type Logger Modifier and Type Method Description static void
Closer. close(Connection con, Logger logger)
Close given connection, if it is null does nothing.static void
Closer. close(PreparedStatement ps, Logger logger)
Close given prepared statement, if it is null does nothing.static void
Closer. close(ResultSet rs, Logger logger)
Close given ResultSet, if it is null does nothing.static void
Closer. close(Statement stmt, Logger logger)
Close given statement, if it is null does nothing. -
Uses of Logger in com.redwood.scheduler.api.job
Subinterfaces of Logger in com.redwood.scheduler.api.job Modifier and Type Interface Description interface
JobLogger
A logger for use in jobs.Methods in com.redwood.scheduler.api.job with parameters of type Logger Modifier and Type Method Description void
JobLogger. delegate(Logger logger)
Delegate all logging calls to the specified logger. -
Uses of Logger in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type Logger Modifier and Type Method Description void
ImportRuleSet. apply(Iterator<? extends SchedulerEntity> entities, Logger jcsOutLog, Logger jcsErrLog)
Apply this rule to a collection of objects.void
ImportRuleSet. apply(Iterator<? extends SchedulerEntity> entities, Logger jcsOutLog, Logger jcsErrLog, ImportActionScriptObject scriptObject)
Apply this rule to a collection of objects.void
SchedulerSession. logModifiedObjects(Logger aLog, String aPrefix)
Log the current modified object to the logger in the format of the transaction dump -
Uses of Logger in com.redwood.scheduler.api.r2w.publish
Methods in com.redwood.scheduler.api.r2w.publish with parameters of type Logger Modifier and Type Method Description void
R2WPublisher. publish(Logger logger)
Publish the file(s) to Report2Web -
Uses of Logger in com.redwood.scheduler.api.rtx
Methods in com.redwood.scheduler.api.rtx with parameters of type Logger Modifier and Type Method Description void
RTXConsumer. setLogger(Logger log)
Replace the default logger with anotherLogger
.void
RTXWriter. setLogger(Logger newLog)
-
Uses of Logger in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return Logger Modifier and Type Method Description static Logger
LibraryLoggerFactory. getLogger(Class<?> c)
Get a logger for a class.static Logger
LibraryLoggerFactory. getLogger(String name)
Get a logger by name. -
Uses of Logger in com.redwood.scheduler.api.soap
Methods in com.redwood.scheduler.api.soap with parameters of type Logger Modifier and Type Method Description void
SOAPRequest. setLogger(Logger logger)
Set the logger class used to log SOAP in/output from the HTTP client. -
Uses of Logger in com.redwood.scheduler.api.trigger
Subinterfaces of Logger in com.redwood.scheduler.api.trigger Modifier and Type Interface Description interface
TriggerLogger
A logger for use in triggers.Methods in com.redwood.scheduler.api.trigger with parameters of type Logger Modifier and Type Method Description void
TriggerLogger. delegate(Logger logger)
Delegate all logging calls to the specified logger. -
Uses of Logger in com.redwood.scheduler.infrastructure.logging
Subinterfaces of Logger in com.redwood.scheduler.infrastructure.logging with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
com.redwood.scheduler.infrastructure.logging.LoggerSetLevel
-