Package org.hcjf.log
Interface LogPrinter
-
- All Superinterfaces:
ServiceConsumer
public interface LogPrinter extends ServiceConsumer
This class porvide the interface to write the records of the log in different places.- Author:
- javaito
-
-
Method Summary
Modifier and Type Method Description voidprint(Log.LogRecord record)This method must be the implementation in order to print the record in the destiny.
-
-
-
Method Detail
-
print
void print(Log.LogRecord record)
This method must be the implementation in order to print the record in the destiny.- Parameters:
record- Rocord to print.
-
-