Package overit.geocall.util
Class Logger
java.lang.Object
overit.geocall.util.Logger
Deprecated.
use a static LogChannel for any class, to Log messages
An object that extends Logger inherits an object Log used to send notification messages.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getLog()Deprecated.voidout(LogChannel channel, Object msg) Deprecated.
-
Constructor Details
-
Logger
public Logger()Deprecated.
-
-
Method Details
-
getLog
Deprecated. -
out
Deprecated.Throws a notification message to the Log object of the Logger- Parameters:
channel- channel of the logmsg- message sent to the log
-
getChannel
Deprecated.- Returns:
- a
LogChannel
-