maeOpenLogViewer
maeOpenLogViewer([t_dbFilePath]) => t/ nil
Description
Opens the Log Viewer window, where you can view the messages loaded from a database.
Arguments
Value Returned
Examples
The following example code opens the Log Viewer window and loads the given database:
maeOpenLogViewer("/home/example/Interactive.0.msg.db")
=> t
Return to top