abstractpublic void rawlog(String msg, int level)(Code)
Same as
MessageLogger.log(String,int) , but without adding any contextual information to the
message.
Parameters: msg - the message to log Parameters: level - the level at which the message should be logged.