Class SystemLogger
java.lang.Object
org.refcodes.logger.SystemLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlog(org.refcodes.tabular.Record<?> aRecord) Logs aRecord.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.logger.LogDecorator
printHead, printSeparator, printTail
-
Constructor Details
-
SystemLogger
public SystemLogger()
-
-
Method Details
-
log
public void log(org.refcodes.tabular.Record<?> aRecord) Logs aRecord. The targeted data sink for theRecordinstances (where them are physically stored) depends on the implementation of theLogger. It can be a console, a file, a stream or a database.
-