JavaScript is disabled on your browser.
Skip navigation links
General SQL Parser Documentation
|
← Back to Docs
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
gudusoft.gsqlparser.util
Interface Logger
public interface
Logger
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
error
(
String
msg,
Throwable
e)
void
info
(
String
msg)
void
trace
(
String
msg)
void
warn
(
String
msg)
Method Details
trace
void
trace
(
String
msg)
info
void
info
(
String
msg)
warn
void
warn
(
String
msg)
error
void
error
(
String
msg,
Throwable
e)