ASCommonSetFileLogging Method (LogLevel) |
Enable file logging to the default file (as-{process-id}.log)
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static void SetFileLogging(
LogLevel level
)
Public Shared Sub SetFileLogging (
level As LogLevel
)
public:
static void SetFileLogging(
LogLevel level
)
static member SetFileLogging :
level : LogLevel -> unit
Parameters
- level
- Type: Com.Tibco.As.SpaceLogLevel
The level.
See Also