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

[Missing <summary> documentation for "M:fCraft.Logger.Log(fCraft.LogType,System.String)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static void Log(
	LogType type,
	string message
)

Parameters

type
LogType

[Missing <param name="type"/> documentation for "M:fCraft.Logger.Log(fCraft.LogType,System.String)"]

message
String

[Missing <param name="message"/> documentation for "M:fCraft.Logger.Log(fCraft.LogType,System.String)"]

See Also