public final class ConsoleLogger extends Object implements ILogger
Represents logger implementation which sends all messages to console.
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 annotating.
trace
public final void warning(String message)
Logs warning message.
warning
Copyright © 2021. All rights reserved.