Package net.oijon.utils.logger
Class Reader
- java.lang.Object
-
- net.oijon.utils.logger.Reader
-
public class Reader extends java.lang.ObjectReads an Oijon log from a file into another file, while also formatting it.- Author:
- alex
-
-
Constructor Summary
Constructors Constructor Description Reader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreadLog(java.lang.String fileName, java.lang.String destinationFile)Reads a log into the current log.
-