Package com.streamwide.smartms.lib.core.api.environment.logger

Types

Link copied to clipboard
annotation class Command
This is annotation interface represents all possible command can be execute using the STWLoggerHelper class
Link copied to clipboard
open class LoggerError : Error
Link copied to clipboard
enum LogLevel
The log level definition
Link copied to clipboard
interface ReportCallback : STWCallback<T>
This is a callback used when send a report file to the backend
Link copied to clipboard
interface STWFallbackLogger
This interface is used in order to fallback all the logs to caller.
Link copied to clipboard
open class STWLoggerHelper
This class represent the Logger interface between the user main module and the Core module.