Logger.Warn Method (Object, String)

FFF3PP

LoggerWarn Method (Object, String)

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

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

[Missing <summary> documentation for "M:Furcadia.Logging.Logger.Warn(System.Object,System.String)"]

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static void Warn(
	Object msg,
	[CallerMemberNameAttribute] string memberName = ""
)
Public Shared Sub Warn ( 
	msg As Object,
	<CallerMemberNameAttribute> Optional memberName As String = ""
)

Dim msg As Object
Dim memberName As String

Logger.Warn(msg, memberName)
public:
static void Warn(
	Object^ msg, 
	[CallerMemberNameAttribute] String^ memberName = L""
)
static member Warn : 
        msg : Object * 
        [<CallerMemberNameAttribute>] ?memberName : string 
(* Defaults:
        let _memberName = defaultArg memberName ""
*)
-> unit 

Parameters

msg
Type: SystemObject

[Missing <param name="msg"/> documentation for "M:Furcadia.Logging.Logger.Warn(System.Object,System.String)"]

memberName (Optional)
Type: SystemString

[Missing <param name="memberName"/> documentation for "M:Furcadia.Logging.Logger.Warn(System.Object,System.String)"]

See Also