Log output property

Official Content
This documentation is valid for:
Indicates the output for the Log level property.

Scope

Generators: .NET, .NET Framework, Java

Description

Values

ASP.NET trace The log is displayed on the ASP .NET trace (.Net only).
Execute the trace.axd object to check the log.
Console The log is displayed on the Console Appender.
Event viewer The log is displayed on the Event viewer (.Net only).
File The log is generated as a file.

Runtime/Design time

This property applies only at design time.

How to apply changes

To apply the corresponding changes when the property value is configured, Build any object.

See Also

Log level property
HowTo: See trace information in applications hosted on .Net Cloud