The fully qualified path to use as the output location for trace logs (used only when the AppenderName property value is the FileAppender class or a subclass. If unspecified or null, this property value defaults to the application server instance's working directory path appended with "/FileNet". The filename for the trace log is always "p8_server_trace.log", and the log4j layout pattern used is "%d %5p [%t] - %m%n".

Note Because log4j creates directories on the fly, the only validation against a non-null value for this property is that the location resides within a valid directory.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property OutputLocation As String
C#
string OutputLocation { get; set; }
Visual C++
property String^ OutputLocation {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_outputLocation();
function set_outputLocation(value);

ToggleRemarks

ToggleSee Also