|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TLptsLogger.LOG_TYPE | |
---|---|
com.lapetus_ltd.api.common.logger | All the logger classes are in here. |
Uses of TLptsLogger.LOG_TYPE in com.lapetus_ltd.api.common.logger |
---|
Methods in com.lapetus_ltd.api.common.logger that return TLptsLogger.LOG_TYPE | |
---|---|
TLptsLogger.LOG_TYPE |
TLptsLog.getType()
Gets the type of the Log. |
static TLptsLogger.LOG_TYPE |
TLptsLogger.LOG_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TLptsLogger.LOG_TYPE[] |
TLptsLogger.LOG_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.lapetus_ltd.api.common.logger with parameters of type TLptsLogger.LOG_TYPE | |
---|---|
TLptsLog(TLptsLogger.LOG_TYPE type,
java.lang.String message,
java.lang.String supportingText,
java.lang.Exception exception,
int id)
This is the Constructor for the TLptsLog class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |