Indicates the output for the Log level property.
Platforms: Web(.Net, .Net Core, Java)
ASP.NET trace |
The log is displayed on the ASP .NET trace (.Net only).
Execute the trace.axd object to check the log. |
Console Appender |
The log is displayed on the Console Appender (Java only). |
Event viewer |
The log is displayed on the Event viewer (.Net only). |
File |
The log is generated as a file. |
This property applies only at design-time.
To apply the corresponding changes when the property value is configured, Build any object.
Log level property
HowTo: See trace information in applications hosted on .Net Cloud
|