public class TestableLogger extends Object
| Constructor and Description |
|---|
TestableLogger(Messager messager) |
| Modifier and Type | Method and Description |
|---|---|
void |
fatal(String msg)
Print fatal message
Note: this will stop current compile process
|
void |
info(String msg)
Print hint message
|
void |
warn(String msg)
Print warning message
|
Copyright © 2022. All rights reserved.