next up previous contents index
Next: [e]xit Up: Run console menu Previous: cls   Contents   Index

log

log sets the logging option which generates the log file DEVS#_log.txt. After the log command, DEVS# shows the current log settings and waits for the user input as follows.
current log setting: on, p00
options: {on,off}, {+,-}{pqt} nc >

The user options are on or off or {+,-}{pqt} or nc. Their meanings are:

SRTEngine has a public data field of logger which is an instance of Logger class. The corresponding APIS of Logger class are

    public bool Logger::OnFlag {get; set; },
    public bool Logger::TransitionFlag {get; set; },
    public bool Logger::PerformanceFlag {get; set; },
    public bool Logger::TotalStateFlag {get; set; }.


next up previous contents index
Next: [e]xit Up: Run console menu Previous: cls   Contents   Index
MHHwang 2007-05-08