com.gauce.log
Class MsgLog

java.lang.Object
  extended bycom.gauce.log.LogBase
      extended bycom.gauce.log.MsgLog

public class MsgLog
extends LogBase

LogBase¸¦ »ó¼Ó¹Þ¾Æ MsgLog¸¦ ±¸ÇöÇÑ´Ù

Since:
Gauce 2.9
Version:
1.0 2002.08
Author:
Shift Information & Communication CO.

Field Summary
 
Fields inherited from class com.gauce.log.LogBase
CONSOLE, FILE
 
Constructor Summary
MsgLog(java.lang.String logFile, int size, int direction)
          »ý¼ºÀÚ, ·Î±×ÆÄÀϸí, Å©±â, Ãâ·Â¹æÇâÀ» ÀÔ·Â¹Þ¾Æ °´Ã¼¸¦ »ý¼ºÇÑ´Ù.
MsgLog(java.lang.String logFile, java.lang.String size, java.lang.String direction)
          »ý¼ºÀÚ, ·Î±×ÆÄÀϸí, Å©±â, Ãâ·Â¹æÇâÀ» ÀÔ·Â¹Þ¾Æ °´Ã¼¸¦ »ý¼ºÇÑ´Ù.
 
Methods inherited from class com.gauce.log.LogBase
getFormattedLog, getLogFile, getLogSize, getNextLogFile, getOutputStream, println, println, println, println, println
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgLog

public MsgLog(java.lang.String logFile,
              java.lang.String size,
              java.lang.String direction)
»ý¼ºÀÚ, ·Î±×ÆÄÀϸí, Å©±â, Ãâ·Â¹æÇâÀ» ÀÔ·Â¹Þ¾Æ °´Ã¼¸¦ »ý¼ºÇÑ´Ù.

Parameters:
logFile - »ý¼ºÇÒ ·Î±×ÆÄÀϸí
size - ·Î±×ÆÄÀÏÀÇ Å©±â
direction - ·Î±×ÀÇ Ãâ·Â“‡Çâ
Since:
Gauce 2.9

MsgLog

public MsgLog(java.lang.String logFile,
              int size,
              int direction)
»ý¼ºÀÚ, ·Î±×ÆÄÀϸí, Å©±â, Ãâ·Â¹æÇâÀ» ÀÔ·Â¹Þ¾Æ °´Ã¼¸¦ »ý¼ºÇÑ´Ù.

Parameters:
logFile - »ý¼ºÇÒ ·Î±×ÆÄÀϸí
size - ·Î±×ÆÄÀÏÀÇ Å©±â
direction - ·Î±×ÀÇ Ãâ·Â“‡Çâ
Since:
Gauce 2.9