loggingLevel property

String loggingLevel
getter/setter pair

Represent the severity and importance of log messages output (.info, .debug, .error, see ScreenMeetLoggingLevel)

Implementation

String loggingLevel = ScreenMeetLoggingLevel.error;