JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.zeroturnaround.exec
MessageLogger
Contents
Description
Method Summary
Method Details
message(Logger, String, Object...)
Hide sidebar
Show sidebar
Interface MessageLogger
public interface
MessageLogger
Logs messages at certain level.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
message
(org.slf4j.Logger log,
String
format,
Object
... arguments)
Log a message at certain level according to the specified format and arguments.
Method Details
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 string
arguments
- a list of arguments