SharpCvsLib

Debug.LogStackTrace Property

Indicate whether a stack trace should be logged in the in/ out log as well as the message to the server. This will give a better indication of what is sending the message and driving the application behavior. This is set to

DEFAULT_LOG_STACK_TRACE
by default.

[Visual Basic]
Public Property LogStackTrace As Boolean
[C#]
public bool LogStackTrace {get; set;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Config.Logging.Debug.LogStackTrace

See Also

Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace