Uses of Class
com.jalios.jcms.lessCompiler.LoggingMessage
-
Packages that use LoggingMessage Package Description com.jalios.jcms.lessCompiler -
-
Uses of LoggingMessage in com.jalios.jcms.lessCompiler
Methods in com.jalios.jcms.lessCompiler that return types with arguments of type LoggingMessage Modifier and Type Method Description java.util.List<LoggingMessage>
LessCompilerResult. getMsgList()
Methods in com.jalios.jcms.lessCompiler with parameters of type LoggingMessage Modifier and Type Method Description void
LessCompilerResult. addMsg(LoggingMessage msg)
Method parameters in com.jalios.jcms.lessCompiler with type arguments of type LoggingMessage Modifier and Type Method Description void
LessCompilerResult. setMsgList(java.util.List<LoggingMessage> msgList)
void
LessFileWatcher. showNotification(java.util.List<LoggingMessage> msgList)
-