![]() |
Bridges-Java 3.5.1
Bridges(Java API)
|
Public Member Functions | |
| OutputLog () | |
| boolean | recordLog () |
| boolean | returnStream () throws IOException |
| void | write (int b) throws IOException |
| void | write (byte[] b) throws IOException |
| void | write (byte[] b, int a, int lenght) throws IOException |
| void | close () throws IOException |
| void | flush () throws IOException |
| void | logMessage () |
Static Public Member Functions | |
| static void | splitStream () |
Static Protected Attributes | |
| static PrintStream | capturedStream |
| static PrintStream | newOutputStream |
| static PrintStream | logStream |
| static PrintStream | logStream2 |
| static FileOutputStream | logFile |
| static ByteArrayOutputStream | temp1 |
| static ByteArrayOutputStream | temp2 |
| static String | aPathToLog |
@Title: Log file generator
Warning: You can use the logger on one file at a time.
| bridges.validation.OutputLog.OutputLog | ( | ) |
Constructor
| void bridges.validation.OutputLog.close | ( | ) | throws IOException |
| void bridges.validation.OutputLog.flush | ( | ) | throws IOException |
| void bridges.validation.OutputLog.logMessage | ( | ) |
This prints the Logger message to standard output
| boolean bridges.validation.OutputLog.recordLog | ( | ) |
This method records the time stamp to the current log entry
| boolean bridges.validation.OutputLog.returnStream | ( | ) | throws IOException |
This method returns the stream to standard output
|
static |
This method redirects the IO stream
| void bridges.validation.OutputLog.write | ( | byte[] | b | ) | throws IOException |
| void bridges.validation.OutputLog.write | ( | byte[] | b, |
| int | a, | ||
| int | lenght | ||
| ) | throws IOException |
| void bridges.validation.OutputLog.write | ( | int | b | ) | throws IOException |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |