Created a Singleton parent class and implemented some common Object method.
This commit is contained in:
parent
5b0c42bda3
commit
d2966c7345
8 changed files with 204 additions and 68 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* Standardized logging methods for ease of reporting.
|
||||
*/
|
||||
class Log extends Object
|
||||
class Log
|
||||
{
|
||||
/**
|
||||
* Log Information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue