Index: branches/dev/data/lib/glib.php
===================================================================
--- branches/dev/data/lib/glib.php	(revision 241)
+++ branches/dev/data/lib/glib.php	(revision 14473)
@@ -86,5 +86,5 @@
  * [Ãí¼á] -
  *----------------------------------------------------------------------*/
-function gfDebugLog($obj){
+function gfDebugLog($obj, $path = LOG_PATH){
 		gfPrintLog("*** start Debug ***");
 		ob_start();
@@ -92,5 +92,5 @@
 		$buffer = ob_get_contents();
 		ob_end_clean();
-		$fp = fopen(LOG_PATH, "a+");
+		$fp = fopen($path, "a+");
 		fwrite( $fp, $buffer."\n" );
 		fclose( $fp );
