public class Log extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Log() |
|
Log(File file) |
|
Log(File file,
int size,
int max_count) |
|
Log(String path) |
public Log(String path) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic Log(File file, int size, int max_count) throws IOException
IOExceptionpublic Log(File file) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected Log()
public void log(String text)
public void logln(String text)
public void close()
public static Log nullLog()
Copyright © 2012. All Rights Reserved.