Uses of Class
com.gauce.log.Logger

Packages that use Logger
com.gauce Gauce ¼­ºñ½º¸¦ ½ÃÀÛÇÏ°í ¼­ºñ½º¿¡ ´ëÇÑ Çڵ鸵À» ÇϱâÀ§ÇÑ Å¬·¡½ºµéÀ» ¸ð¾Æ µÐ °÷ÀÌ´Ù.  
com.gauce.db Gauce ¼­ºñ½ºÁß µ¥ÀÌÅͺ£À̽º ÀÛ¾÷¿¡ ÇÊ¿äÇÑ °øÅëÀûÀÎ ¸ðµâµéÀ» ¸ð¾ÆµÐ °÷ÀÌ´Ù.  
com.gauce.log Gauce¿¡¼­ ¹ß»ýÇÏ´Â ¸ðµç LogÁ¤º¸¸¦ ó¸®Çϴ Ŭ·¡½º¸¦ ¸ð¾ÆµÐ °÷ÀÌ´Ù.  
 

Uses of Logger in com.gauce
 

Methods in com.gauce that return Logger
 Logger GauceContext.getLogger()
          Gauce Service¿¡¼­ »ç¿ëÇÏ´Â Logger¸¦ ¾ò¾î¿Â´Ù.
 

Uses of Logger in com.gauce.db
 

Methods in com.gauce.db with parameters of type Logger
 void DBConnector.setLogger(Logger logger)
          LoggingÀ» Çϱâ À§ÇÑ Logger¸¦ ¼³Á¤ÇÑ´Ù.
 

Uses of Logger in com.gauce.log
 

Methods in com.gauce.log that return Logger
static Logger Logger.newLogger()
          DefaultÀÇ »õ·Î¿î Logger¸¦ »ý¼ºÇÑ´Ù.
static Logger Logger.newLogger(java.lang.String domain)
          ÁöÁ¤µÈ Domainº° Logger¸¦ »ý¼ºÇÑ´Ù.