|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
java.rmi.server.LogStream
@Deprecated public class LogStream
LogStream
´Â
½Ã½ºÅÛÀ» °¨½ÃÇÒ °æ¿ì¿¡ Áß¿äÇÏ°Ô µÉ °¡´É¼ºÀÌ ÀÖ´Â ¿¡·¯¸¦, ·Î±×¿¡ ±â·ÏÇÏ´Â ¼ö´ÜÀ» Á¦°øÇÕ´Ï´Ù.
ÇÊµå °³¿ä | |
---|---|
static int |
BRIEF
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ·Î±× ·¹º§ Á¤¼öÀÔ´Ï´Ù (°£°áÇÑ ·Î±×). |
static int |
SILENT
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ·Î±× ·¹º§ Á¤¼öÀÔ´Ï´Ù (·Î±× ¾øÀ½). |
static int |
VERBOSE
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ·Î±× ·¹º§ Á¤¼öÀÔ´Ï´Ù (»ó¼¼ÇÑ ·Î±×). |
Ŭ·¡½º java.io. FilterOutputStream ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
out |
¸Þ¼µå °³¿ä | |
---|---|
static PrintStream |
getDefaultStream ()
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
OutputStream |
getOutputStream ()
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
static LogStream |
log (String name)
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
static int |
parseLevel (String s)
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
static void |
setDefaultStream (PrintStream newDefault)
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
void |
setOutputStream (OutputStream out)
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
String |
toString ()
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
void |
write (byte[] b,
int off,
int len)
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
void |
write (int b)
ÃßõÇÏÁö ¾Ê½À´Ï´Ù. ´ëü´Â ¾ø½À´Ï´Ù. |
Ŭ·¡½º java.io. PrintStream ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
append,
append,
append,
checkError,
close,
flush,
format,
format,
print,
print,
print,
print,
print,
print,
print,
print,
print,
printf,
printf,
println,
println,
println,
println,
println,
println,
println,
println,
println,
println,
setError |
Ŭ·¡½º java.io. FilterOutputStream ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
write |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ÇʵåÀÇ »ó¼¼ |
---|
public static final int SILENT
public static final int BRIEF
public static final int VERBOSE
¸Þ¼µåÀÇ »ó¼¼ |
---|
@Deprecated public static LogStream log(String name)
name
- ÇÊ¿äÇÑ LogStream¸¦ ½Äº°ÇÏ´Â À̸§
@Deprecated public static PrintStream getDefaultStream()
setDefaultStream(java.io.PrintStream)
@Deprecated public static void setDefaultStream(PrintStream newDefault)
newDefault
- »õ·Î¿î µðÆúÆ®ÀÇ ·Î±× ½ºÆ®¸²getDefaultStream()
@Deprecated public OutputStream getOutputStream()
setOutputStream(java.io.OutputStream)
@Deprecated public void setOutputStream(OutputStream out)
out
- ÀÌ ·Î±×ÀÇ »õ·Î¿î Ãâ·Â ½ºÆ®¸²getOutputStream()
@Deprecated public void write(int b)
PrintStream
³»ÀÇ write
b
- Ãâ·ÂÇØÁö´Â ¹ÙÀÌÆ®PrintStream.print(char)
,
PrintStream.println(char)
@Deprecated public void write(byte[] b, int off, int len)
PrintStream
³»ÀÇ write
b
- ¹ÙÀÌÆ® ¹è¿off
- ¹ÙÀÌÆ®ÀÇ È¥Àâ °³½Ã ¿ÀÇÁ¼Â(offset)len
- Ãâ·ÂÇØÁö´Â ¹ÙÀÌÆ®¼öFilterOutputStream.write(int)
@Deprecated public String toString()
Object
³»ÀÇ toString
@Deprecated public static int parseLevel(String s)
s
- ·Î±× ·¹º§ÀÇ À̸§ (¿¹¸¦ µé¾î ¡¸SILENT¡¹, ¡¸BRIEF¡¹, ¡¸VERBOSE¡¹)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.