Skip to content

M_ZU_Log_Entry__ctor

[email protected] edited this page May 7, 2016 · 1 revision

Log.Entry Constructor

Initializes a new instance of the Log.Entry class

Namespace: ZU
Assembly: ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5952.32957

Syntax

C#

public Entry(
	int indentLevel,
	DateTime time,
	Log.Level level,
	string message,
	params Object[] objs
)

Parameters

 

indentLevel
Type: System.Int32
[Missing documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]
time
Type: System.DateTime
[Missing documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]
level
Type: ZU.Log.Level
[Missing documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]
message
Type: System.String
[Missing documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]
objs
Type: System.Object[]
[Missing documentation for "M:ZU.Log.Entry.#ctor(System.Int32,System.DateTime,ZU.Log.Level,System.String,System.Object[])"]

See Also

Reference

Log.Entry Structure
ZU Namespace

Clone this wiki locally