JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.locationtech.jtstest.testrunner
Logger
Contents
Description
Method Summary
Method Details
writeErr(String)
writeMsg(String)
writeWarn(String)
Hide sidebar
Show sidebar
Interface Logger
public interface
Logger
Version:
1.7
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
writeErr
(
String
msg)
Writes an error message
void
writeMsg
(
String
msg)
Writes a status message
void
writeWarn
(
String
msg)
Writes a warning message
Method Details
writeErr
void
writeErr
(
String
msg)
Writes an error message
Parameters:
msg
- the msg to be written
writeMsg
void
writeMsg
(
String
msg)
Writes a status message
Parameters:
msg
- the msg to be written
writeWarn
void
writeWarn
(
String
msg)
Writes a warning message
Parameters:
msg
- the msg to be written