public final class ConsoleLogger extends Object implements ILogger
Represents logger implementation which sends all messages to console.
ConsoleLogger()
ConsoleLogger
void
error(String message, Exception exception)
trace(String message)
warning(String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConsoleLogger()
public final void error(String message, Exception exception)
Logs error message
error
ILogger
message
exception
public final void trace(String message)
Logs the process of comparison.
trace
public final void warning(String message)
Logs warning message
warning
Copyright © 2020. All rights reserved.