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".
Namespace:
FileNet.Api.AdminNote 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ