isOpen
|
|
Access
|
read-only
|
Returns
|
boolean
|
path
|
|
Access
|
read-only
|
Returns
|
String
|
type
|
|
Access
|
read-only
|
Returns
|
int
|
close
|
|
Parameters
|
None
|
Returns
|
void. None.
|
default
|
|
Parameters
|
None
|
Returns
|
void. None.
|
logMsgcontent
|
|
Parameters
|
Stringcontent
The content to write to the log. This content will be prefixed with the current locale time.
|
Returns
|
void. None.
|
opentypepath
|
|
Parameters
|
inttype
The type of log to open.
Stringpath
The path for the new log. If type is LOG_FILE, this parameter should be an fPath object. If type is LOG_VARIABLE, this should be the name of the Perl variable to use. If type is LOG_STREAM, this should be the name of the stream to use including any PTC ALD namespaces if required. For any other types, this parameter will be ignored.
|
Returns
|
boolean. Returns true if the log was able to open successfully.
|
writecontent
|
|
Parameters
|
Stringcontent
The content to write to the log.
|
Returns
|
void. None.
|