| Public Methods | Description |
|---|---|
| new | Returns a blessed reference to a new baseIO object. |
| acceptMessage | Accept input message. |
| Display | Output message to current console. |
| DisplayAndAccept | Display a message and wait for input. |
| DisplayAndPause | Display message then wait for enter to be pressed. |
| DisplayDateString |
Returns a formated string consisting of the current date and time
in the following format:
|
| DisplayLine | Display the contents of message followed by newline. If timestamp is set, first output a string representing the current time. |
| DisplayLineAndAccept | Display a message followed by newline, and wait for input complete. |
| DisplayLineAndPause | Display message and new line, then wait for enter to be pressed. |
| DisplayMessage | Output optional timestamp followed by message |
| GetDateString |
Returns a string consisting of the current date and time
in the following format:
|
| newLine | Output newline sequence. |
| Pause | Wait for enter key of 'exit'. |
| timestampLine | Output optional timestamp followed by message followed by newline. |
| timestampLineAndPause | Included for backwards compatability. Refer to DisplayLineAndPause. |
| timestampMessage | Output optional timestamp followed by message. |
| timestampMessageAndPause | Included for backwards compatability. Refer to DisplayAndPause. |
| trimMessage | trim message to the specified length. |
| Public Attributes | Description |
|---|---|
| htmlFormat | Set/get the current htmlFormat setting. |
| Revision | Returns the revision number of baseIO.pm |
| timestamp | Set/get the current timestamp setting. |
| traceType |
Set/get the current trace type:
1 = log file only 2 = console and log file |
| Version | Returns the version number. |