Session
- Session.isLegalPath(pathname)
ISLEGALPATH Determine if a path is legal in current OS
- class Session.Session(opt)
Bases:
handle
SESSION Summary of this class goes here Detailed explanation goes here
- Constructor Summary
- Session(opt)
SESSION Construct an instance of this class Detailed explanation goes here
- Property Summary
- showWarnings = true
Warnings
- Method Summary
- setupLog(session, LOGMODE, opts)
SETUPLOG Setup log
- makeSessionDirectory()
MAKESESSIONDIRECTORY Make the session directory
Check if session directory is legal and/or exists
- class Session.Log(LOGMODE, opts)
Bases:
handle
LOG Console log manager Detailed explanation goes here
- Constructor Summary
- Log(LOGMODE, opts)
LOG Construct an instance of this class Detailed explanation goes here
- Property Summary
- LOGFID = -1
log file
- showWarnings = true
Warnings
- Method Summary
- log(varargin)
LOG Log events
- warning(varargin)
WARNING Log warnings
- diaryOff()
DIARYOFF Turn diary off
- diaryOn()
DIARYON Turn diary on
- delete()
DELETE Deconstructor of Log
- openLog(opts)
SETUPLOG Open/Setup the logging file
- closeLog()
CLOSELOG Close log file reference
- class Session.LogMode
Bases:
uint16
LOGMODE Enumeration class of possible log modes