SmartCardDeviceLoggingConfiguration Class Reference

SmartCardDeviceLoggingConfiguration. More...

Classes

enum  Component
 
enum  LogLevel
 

Public Member Functions

 SmartCardDeviceLoggingConfiguration (Component component, LogLevel logLevel, String address, int port, int rebootsUntilLoggingDisabled)
 
Component getComponent ()
 Get type of component running inside the SCM device. More...
 
LogLevel getLogLevel ()
 Get log Level , which indicates the severity of the logs. More...
 
String getAddress ()
 Get remote address to which the log is being sent. More...
 
int getPort ()
 Get remote port to which the log is being sent. More...
 
int getRebootsUntilLoggingDisabled ()
 Get Number of reboots until the remote logging is disabled. @apiNote If N (N>0) is set, remote logging will be disabled when a reboot is done. If a value greater than 0 is set, the remote logging will remain active for N reboots. More...
 

Detailed Description

SmartCardDevice Logging Configuration . Represents Logging Configuration to be applied or being applied in a device

Member Function Documentation

◆ getAddress()

String getAddress ( )
Returns
remote address

◆ getComponent()

Component getComponent ( )
Returns
component

◆ getLogLevel()

LogLevel getLogLevel ( )
Returns
log Level

◆ getPort()

int getPort ( )
Returns
remote port

◆ getRebootsUntilLoggingDisabled()

int getRebootsUntilLoggingDisabled ( )
Returns
number of reboots until logging is disabled