Package zombie.world.logger
Class Log.Comment
java.lang.Object
zombie.world.logger.Log.BaseLog
zombie.world.logger.Log.Comment
- Enclosing class:
- Log
public static class Log.Comment extends Log.BaseLog
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
txt
Fields inherited from class zombie.world.logger.Log.BaseLog
ignoreSaveCheck
-
Constructor Summary
Constructors Constructor Description Comment(java.lang.String string)
-
Method Summary
Modifier and Type Method Description void
saveAsText(java.io.FileWriter fileWriter, java.lang.String string)
Methods inherited from class zombie.world.logger.Log.BaseLog
isIgnoreSaveCheck
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
txt
protected java.lang.String txt
-
-
Constructor Details
-
Comment
public Comment(java.lang.String string)
-
-
Method Details
-
saveAsText
public void saveAsText(java.io.FileWriter fileWriter, java.lang.String string) throws java.io.IOException- Throws:
java.io.IOException
-