Package zombie.core.logger
Class ZLogger
java.lang.Object
zombie.core.logger.ZLogger
public final class ZLogger
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ZLogger(java.lang.String string, boolean boolean1)
-
Method Summary
Modifier and Type Method Description void
write(java.lang.Exception exception)
void
write(java.lang.String string)
void
write(java.lang.String string, java.lang.String string2)
void
writeUnsafe(java.lang.String string, java.lang.String string2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZLogger
public ZLogger(java.lang.String string, boolean boolean1)
-
-
Method Details
-
write
public void write(java.lang.String string) -
write
public void write(java.lang.String string, java.lang.String string2) -
writeUnsafe
public void writeUnsafe(java.lang.String string, java.lang.String string2) throws java.lang.Exception- Throws:
java.lang.Exception
-
write
public void write(java.lang.Exception exception)
-