public class BzmJobLogger extends Object implements com.blazemeter.api.logging.Logger
| Constructor and Description |
|---|
BzmJobLogger(String logFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
debug(String s) |
void |
debug(String s,
Throwable throwable) |
void |
error(String s) |
void |
error(String s,
Throwable throwable) |
void |
info(String s) |
void |
info(String s,
Throwable throwable) |
void |
warn(String s) |
void |
warn(String s,
Throwable throwable) |
public BzmJobLogger(String logFile)
public void close()
public void debug(String s)
debug in interface com.blazemeter.api.logging.Loggerpublic void debug(String s, Throwable throwable)
debug in interface com.blazemeter.api.logging.Loggerpublic void info(String s)
info in interface com.blazemeter.api.logging.Loggerpublic void info(String s, Throwable throwable)
info in interface com.blazemeter.api.logging.Loggerpublic void warn(String s)
warn in interface com.blazemeter.api.logging.Loggerpublic void warn(String s, Throwable throwable)
warn in interface com.blazemeter.api.logging.Loggerpublic void error(String s)
error in interface com.blazemeter.api.logging.LoggerCopyright © July 2012-2018 BlazeMeterInc. All Rights Reserved.