Log.e Method (Exception)

Tungsten Suite

Loge Method (Exception)

Log an Exception

Namespace:  W.Logging
Assembly:  Tungsten.Logging (in Tungsten.Logging.dll) Version: 2.0.0
Syntax
C#
public static void e(
	Exception e
)

Parameters

e
Type: SystemException
The exception to log. This will be boxed with ToString().
See Also