[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
The following methods help you to express functions for data logging.
- Syntax
-
Object.DefineLogInst(Context As String,_
Resource As String_
Keys As String, NumAttrs As String, StrAttrs As String)
- Parameters
-
- Context
- The name of a new logging context.
- Resource
- The resource name.
- Keys
- The resource key properties.
- NumAttrs
- Comma-separated values with the names of resource NUMERIC attributes.
- StrAttrs
- Comma-separated values with the names of resource STRING attributes.
- Description
- Defines a logging context.
- Remarks
- This method is called inside the <<LOGGING_INFO>>...<<\LOGGING_INFO>>
tags after you have defined a context in the Logging window.
- Error codes
S_OK
TMWSERVICE_E_INST_EVENT_REDEFINITION
[ Top of Page | Previous Page | Next Page | Contents | Index ]