com.shift.framework.proxy
Class LogProxy

java.lang.Object
  extended by com.shift.framework.proxy.LogProxy

public class LogProxy
extends java.lang.Object

LogProxy´Â ¸Þ½ÃÁö¸¦ ·Î±ëÇÒ ¼ö ÀÖ´Â Logger¸¦ Á¦°øÇÑ´Ù.

Since:
2006.04.04
Version:
1.0
Author:
Shift Information & Communication

Constructor Summary
LogProxy()
           
 
Method Summary
static Logger getLogger()
          ¸Þ½ÃÁö¸¦ ·Î±ëÇÒ ¼ö ÀÖ´Â Logger¸¦ ¹ÝȯÇÑ´Ù.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogProxy

public LogProxy()
Method Detail

getLogger

public static Logger getLogger()
¸Þ½ÃÁö¸¦ ·Î±ëÇÒ ¼ö ÀÖ´Â Logger¸¦ ¹ÝȯÇÑ´Ù.

Returns:
¸Þ½ÃÁö¸¦ ·Î±ëÇÒ ¼ö ÀÖ´Â Logger
Since:
1.0