Ignore:
Timestamp:
06/21/11 19:30:01 (13 years ago)
Author:
gaba
Message:

logging <xsl:message> solution
options withSummary - changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/Admin.java

    r1008 r1429  
    4545        public static String DEBUG = "debug";
    4646        public static String TRACE = "trace";
     47       
    4748       
    4849        public static void main(String[] args) {               
     
    234235        public static void notifyUser(String msg, String type ) {
    235236                //Logger log = Logger.getLogger("Admin.class");
     237                if (msg.length() == 0){
     238                        return;
     239                }
    236240                if (type.equals(Admin.FATAL)) {
    237241                        log.fatal(msg);
Note: See TracChangeset for help on using the changeset viewer.