ArchiveTool.Log
A logger, including context.
| Methods |
| void |
print(String msg)
Print a message.
|
| void |
print(String msg)
Print a message.
Parameters:
msg - the message
|
| void |
printProgress(long offset)
Print the progress.
|
| void |
printProgress(long offset)
Print the progress.
Parameters:
offset - the offset since the last operation
|
| void |
println()
Print an empty line.
|
| void |
println()
Print an empty line.
|
| void |
println(String msg)
Print a message.
|
| void |
println(String msg)
Print a message.
Parameters:
msg - the message
|
| void |
setRange(int low, int high, long total)
Set the range.
|
| void |
setRange(int low, int high, long total)
Set the range.
Parameters:
low - the percent value if current = 0
high - the percent value if current = total
total - the maximum value
|
|