Click or drag to resize
LogEntry Constructor
Zet Universe

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

Initializes a new instance of the Entry class

Namespace: ZU
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public Entry(
	int indentLevel,
	DateTime time,
	Level level,
	string message,
	params Object[] objs
)

Parameters

indentLevel
Type: SystemInt32

[Missing <param name="indentLevel"/> documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]

time
Type: SystemDateTime

[Missing <param name="time"/> documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]

level
Type: ZULevel

[Missing <param name="level"/> documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]

objs
Type: SystemObject

[Missing <param name="objs"/> documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]

See Also