Uses of Enum Class
mars.assembler.log.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in mars.assembler.log
Methods in mars.assembler.log that return LogLevelModifier and TypeMethodDescriptionLogMessage.getLevel()Get the level of this message.static LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in mars.assembler.log with parameters of type LogLevelModifier and TypeMethodDescriptionintAssemblerLog.getMessageCount(LogLevel level) Count the number of logged messages with a given level.booleanAssemblerLog.hasMessages(LogLevel level) Determine whether at least one message has been logged with a given level.voidAssemblerLog.log(LogLevel level, SourceLocation location, String content) Constructors in mars.assembler.log with parameters of type LogLevelModifierConstructorDescriptionLogMessage(LogLevel level, SourceLocation location, String content) Create a newLogMessage.