org.zeroturnaround.exec
Interface MessageLogger
public interface MessageLogger
Logs messages at certain level.
|
Method Summary |
void |
message(org.slf4j.Logger log,
String format,
Object... arguments)
Log a message at certain level according to the specified format and arguments. |
message
void message(org.slf4j.Logger log,
String format,
Object... arguments)
- Log a message at certain level according to the specified format and arguments.
- Parameters:
log - logger to be used.format - the format stringarguments - a list of arguments
Copyright © 2015 ZeroTurnaround. All rights reserved.