Click or drag to resize
ASCommonSetFileLogging Method (String, LogLevel)
Enable file logging to the specified fileName

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static void SetFileLogging(
	string fileName,
	LogLevel level
)

Parameters

fileName
Type: SystemString
Name of the file.
level
Type: Com.Tibco.As.SpaceLogLevel
The level.
See Also