◆ OutputLog()
bridges.validation.OutputLog.OutputLog |
( |
| ) |
|
◆ close()
void bridges.validation.OutputLog.close |
( |
| ) |
throws IOException |
◆ flush()
void bridges.validation.OutputLog.flush |
( |
| ) |
throws IOException |
◆ logMessage()
void bridges.validation.OutputLog.logMessage |
( |
| ) |
|
This prints the Logger message to standard output
◆ recordLog()
boolean bridges.validation.OutputLog.recordLog |
( |
| ) |
|
This method records the time stamp to the current log entry
- Returns
- boolean
◆ returnStream()
boolean bridges.validation.OutputLog.returnStream |
( |
| ) |
throws IOException |
This method returns the stream to standard output
- Returns
- boolean
◆ splitStream()
static void bridges.validation.OutputLog.splitStream |
( |
| ) |
|
|
static |
This method redirects the IO stream
◆ write() [1/3]
void bridges.validation.OutputLog.write |
( |
byte[] |
b | ) |
throws IOException |
◆ write() [2/3]
void bridges.validation.OutputLog.write |
( |
byte[] |
b, |
|
|
int |
a, |
|
|
int |
lenght |
|
) |
| throws IOException |
◆ write() [3/3]
void bridges.validation.OutputLog.write |
( |
int |
b | ) |
throws IOException |
◆ aPathToLog
String bridges.validation.OutputLog.aPathToLog |
|
staticprotected |
◆ capturedStream
PrintStream bridges.validation.OutputLog.capturedStream |
|
staticprotected |
◆ logFile
FileOutputStream bridges.validation.OutputLog.logFile |
|
staticprotected |
◆ logStream
PrintStream bridges.validation.OutputLog.logStream |
|
staticprotected |
◆ logStream2
PrintStream bridges.validation.OutputLog.logStream2 |
|
staticprotected |
◆ newOutputStream
PrintStream bridges.validation.OutputLog.newOutputStream |
|
staticprotected |
◆ temp1
ByteArrayOutputStream bridges.validation.OutputLog.temp1 |
|
staticprotected |
◆ temp2
ByteArrayOutputStream bridges.validation.OutputLog.temp2 |
|
staticprotected |
The documentation for this class was generated from the following file:
- /home/erik/work/bridges/bridges-java/src/main/java/bridges/validation/OutputLog.java