jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.utils
/
Log
/
Adapter
Adapter
interface
Adapter
(
source
)
Inheritors
StandardOutStandardErrorAdapter
SilentAdapter
Members
Functions
error
Link copied to clipboard
abstract
fun
error
(
throwableSupplier
:
Supplier
<
Throwable
>
,
messageSupplier
:
Supplier
<
String
>
)
Both can supply a null.
info
Link copied to clipboard
abstract
fun
info
(
message
:
Supplier
<
String
>
)
trace
Link copied to clipboard
abstract
fun
trace
(
message
:
Supplier
<
String
>
)