Package | Description |
---|---|
com.ergotech.secs | |
com.ergotech.secs.gem | |
com.ergotech.transsecs.secs |
Modifier and Type | Class and Description |
---|---|
class |
Logger |
class |
NetLogger
A logger object that logs to the syslog.
|
class |
SyslogLogger
A logger object that logs to the syslog.
|
Modifier and Type | Field and Description |
---|---|
LoggerInterface |
SessionManager.logger
The logger used for this session manager.
|
Modifier and Type | Method and Description |
---|---|
static LoggerInterface |
HSMSSocketManager.getInitialLogger() |
LoggerInterface |
HSMSSocketListener.getLogger()
Returns the logger for this connection.
|
LoggerInterface |
HSMSWrapper.getLogger()
Returns the current logger.
|
LoggerInterface |
PortManager.getLogger()
Returns the current logger object.
|
LoggerInterface |
SecsIWrapper.getLogger()
Returns the current logger.
|
LoggerInterface |
SessionManager.getLogger()
Returns the current logger object.
|
LoggerInterface |
WrapperInterface.getLogger()
Returns the current logger.
|
Modifier and Type | Method and Description |
---|---|
static SessionManager |
SessionManager.createSessionManager(ConnectionManager cm,
int deviceId,
int sessionId,
LoggerInterface theLogger)
Returns the session for the given connection manager.
|
static SessionManager |
SessionManager.createSessionManager(int port,
java.lang.String connectionId,
int deviceId,
int sessionId,
java.lang.Class portManagerClass,
LoggerInterface theLogger)
Returns the session for the given port host and string.
|
static SessionManager |
SessionManager.getSessionManager(int port,
java.lang.String connectionId,
int deviceId,
int sessionId,
boolean shouldCreate,
java.lang.Class portManagerClass,
LoggerInterface theLogger)
Returns the session for the given port host and string.
|
static SessionManager |
HSMSSessionManager.getSessionManager(int port,
java.lang.String connectionId,
int deviceId,
int sessionId,
boolean shouldCreate,
LoggerInterface theLogger)
Returns the session for the given port host and string.
|
static SessionManager |
SecsISessionManager.getSessionManager(int port,
java.lang.String connectionId,
int deviceId,
int sessionId,
boolean shouldCreate,
LoggerInterface theLogger)
Returns the session for the given port host and string.
|
static void |
HSMSSocketManager.setInitialLogger(LoggerInterface initialLogger) |
void |
HSMSPassiveWrapper.setLogger(LoggerInterface l) |
void |
HSMSSocketListener.setLogger(LoggerInterface logger)
Set the logger for this connection.
|
void |
HSMSWrapper.setLogger(LoggerInterface theLogger)
Sets the logger for the current connection.
|
void |
PortManager.setLogger(LoggerInterface newLogger)
Register a logger.
|
void |
SecsIWrapper.setLogger(LoggerInterface theLogger)
Sets the logger for the current connection.
|
void |
SessionManager.setLogger(LoggerInterface newLogger)
Register a logger.
|
void |
WrapperInterface.setLogger(LoggerInterface theLogger)
Sets the logger for the current connection.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4JLogger
This sends logging information to the log4j logging system.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLogger
This is a logger for SECS that can contain other loggers.
|
class |
VIBLogger
This logger provides access to the messages,bytestreams and events from within MIStudio.
|
Modifier and Type | Method and Description |
---|---|
LoggerInterface |
TransSecsController.getLogger() |
Modifier and Type | Method and Description |
---|---|
void |
MultiLogger.addLogger(LoggerInterface logger)
Adds a logger.
|
void |
MultiLogger.removeLogger(LoggerInterface logger)
Removes a logger.
|
void |
TransSecsController.setLogger(LoggerInterface l) |
void |
TransSecsVoyeur.setLogger(LoggerInterface l) |
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.