Click or drag to resize

ExceptionExtensionsLogT Method (Exception, Level, String)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Logs the specified level.

Namespace:  Extentions
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static void Log<T>(
	this Exception ex,
	Level level = Level.Debug,
	[CallerMemberNameAttribute] string memberName = ""
)

Parameters

ex
Type: SystemException
The ex.
level (Optional)
Type: Level
The level.
memberName (Optional)
Type: SystemString
Name of the member.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Extentions.ExceptionExtensions.Log``1(System.Exception,Furcadia.Logging.Level,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Exception. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also