Property | Type | Description | |
---|---|---|---|
m_Commands | Commands | ||
m_ConsoleScenes | List |
||
m_consoleScene | IScene | ||
m_isPrompting | bool | ||
m_lastSetPromptOption | int | ||
m_promptOptions | List |
Property | Type | Description | |
---|---|---|---|
m_defaultPrompt | string | ||
m_logDate | DateTime | ||
m_logFile | TextWriter | ||
m_logName | string | ||
m_logPath | string |
Method | Description | |
---|---|---|
CleanInfo ( object message ) : void | ||
CleanInfoFormat ( string format ) : void | ||
CompareLogLevels ( string a, string b ) : bool | ||
Debug ( object message ) : void | ||
DebugFormat ( string format ) : void | ||
Dispose ( ) : void | ||
Error ( object message ) : void | ||
ErrorFormat ( string format ) : void | ||
Fatal ( object message ) : void | ||
FatalFormat ( string format ) : void | ||
Format ( Level level, string format ) : void | ||
FormatNoTime ( Level level, string format ) : void | ||
Help ( IScene scene, string cmd ) : void | ||
Info ( object message ) : void | ||
InfoFormat ( string format ) : void | ||
Initialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
LockOutput ( ) : void | ||
Log ( Level level, object message ) : void | ||
Output ( string text, Level level ) : void | ||
OutputNoTime ( string text, Level level ) : void | ||
PasswordPrompt ( string p ) : string | ||
Prompt ( string prompt ) : string | ||
Prompt ( string prompt, string defaultResponse ) : string | ||
Prompt ( string prompt, string defaultResponse, List |
||
Prompt ( string prompt, string defaultresponse, List |
||
Prompt ( string prompt, string defaultresponse, List |
||
Prompt ( ) : void |
Display a command prompt on the console and wait for user input
|
|
ReadConsole ( ) : void |
Starts the prompt for the console. This will never stop until the region is closed.
|
|
ReadLine ( string p, bool isCommand, bool e ) : string | ||
RunCommand ( string cmd ) : void | ||
Ticker ( ) : void | ||
Ticker ( string message, bool newline ) : void | ||
Trace ( object message ) : void | ||
TraceFormat ( string format ) : void | ||
UnlockOutput ( ) : void | ||
Warn ( object message ) : void | ||
WarnFormat ( string format ) : void |
Method | Description | |
---|---|---|
InitializeLog ( string logPath, string logName, ISimulationBase simbase ) : void | ||
OpenLog ( ) : void | ||
RotateLog ( ) : void |
Method | Description | |
---|---|---|
InternalPrompt ( string prompt, string defaultresponse, List |
public CleanInfoFormat ( string format ) : void | ||
format | string | |
return | void |
public CompareLogLevels ( string a, string b ) : bool | ||
a | string | |
b | string | |
return | bool |
public Format ( Level level, string format ) : void | ||
level | Level | |
format | string | |
return | void |
public FormatNoTime ( Level level, string format ) : void | ||
level | Level | |
format | string | |
return | void |
public Help ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
return | void |
public Initialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
source | IConfigSource | |
simBase | ISimulationBase | |
return | void |
protected InitializeLog ( string logPath, string logName, ISimulationBase simbase ) : void | ||
logPath | string | |
logName | string | |
simbase | ISimulationBase | |
return | void |
public Log ( Level level, object message ) : void | ||
level | Level | |
message | object | |
return | void |
public Output ( string text, Level level ) : void | ||
text | string | |
level | Level | |
return | void |
public OutputNoTime ( string text, Level level ) : void | ||
text | string | |
level | Level | |
return | void |
public Prompt ( string prompt, string defaultResponse ) : string | ||
prompt | string | |
defaultResponse | string | |
return | string |
public Prompt ( string prompt, string defaultResponse, List |
||
prompt | string | |
defaultResponse | string | |
excludedCharacters | List |
|
return | string |
public Prompt ( string prompt, string defaultresponse, List |
||
prompt | string | |
defaultresponse | string | |
options | List |
|
return | string |
public Prompt ( string prompt, string defaultresponse, List |
||
prompt | string | |
defaultresponse | string | |
options | List |
|
excludedCharacters | List |
|
return | string |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
return | string |
public Ticker ( string message, bool newline ) : void | ||
message | string | |
newline | bool | |
return | void |