Enable file logging to the default file (as-{process-id}.log)

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static void SetFileLogging(
	LogLevel level
)
Visual Basic
Public Shared Sub SetFileLogging ( _
	level As LogLevel _
)
Visual C++
public:
static void SetFileLogging(
	LogLevel level
)

Parameters

level
Type: Com.Tibco.As.Space..::..LogLevel
The level.

See Also