new LogMessages()
    This is a fake constructor that should not be used.
Method Summary
- getMessage
- Given a log code as generated by a library running without the LogMessages module, this method can be used to extract the associated log message.
Method Detail
- 
    (static) getMessage(id)
- 
Given a log code as generated by a library running without the LogMessages module, this method can be used to extract the associated log message.Parameters:Name Type Description idNumber The id of the essage to be extracted.