public class FileMessage extends Object
| Constructor and Description |
|---|
FileMessage()
Creates a new instance with no parameters set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
display(Log log)
Outputs the message and/or file to info level of debug.
|
void |
displayFile(Log log)
Streams the message file to the log "info" level line by line.
|
void |
displayMessage(Log log)
Outputs the message to the log "info" level line by line.
|
public void display(Log log)
log - log handlepublic void displayMessage(Log log)
log - log handlepublic void displayFile(Log log)
log - log handleCopyright © 2018. All rights reserved.