Package org.ldk.structs
Interface Logger.LoggerInterface
-
- Enclosing class:
- Logger
public static interface Logger.LoggerInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
log(String record)
Logs the `Record`
-
-
-
Method Detail
-
log
void log(String record)
Logs the `Record`
-
-