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)

Syntax

Visual Basic (Declaration)
Property OutputLocation As String
C#
string OutputLocation { get; set; }
C++
property string OutputLocation abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_OutputLocation();

/** property */
public void set_OutputLocation(string value);
JScript
public function get OutputLocation() : String

public function set OutputLocation(value : String);

Remarks

See Also