Package grails.build.logging

Examples of grails.build.logging.GrailsConsole.error()


                    plugin.doWithDynamicMethods(applicationContext);

                    console.addStatus("doWithDynamicMethods for plugin [" + plugin.getName() + "] took " + (System.currentTimeMillis() - pluginTime));
                }
                catch (Throwable t) {
                    console.error(t);
                    console.error("Error configuring dynamic methods for plugin " + plugin + ": " + t.getMessage());
                }
            }
        }
        console.addStatus("doWithDynamicMethods took " + (System.currentTimeMillis() - time));
View Full Code Here


                    console.addStatus("doWithDynamicMethods for plugin [" + plugin.getName() + "] took " + (System.currentTimeMillis() - pluginTime));
                }
                catch (Throwable t) {
                    console.error(t);
                    console.error("Error configuring dynamic methods for plugin " + plugin + ": " + t.getMessage());
                }
            }
        }
        console.addStatus("doWithDynamicMethods took " + (System.currentTimeMillis() - time));
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.