LogEntry

From Web Computing Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "<div class="class_definition"> class '''<big>LogEntry</big>''' </div> *henkolib **henkolib.log ***henkolib.log.LogEntry ==Class overview== Holds a logmessage with…")
 
(Public functions)
 
Line 40: Line 40:
 
<div class="class_function_definition">
 
<div class="class_function_definition">
 
'''new''' (source : LogSource, level : LogLevel, message : String, data : Dynamic, pos : PosInfos)
 
'''new''' (source : LogSource, level : LogLevel, message : String, data : Dynamic, pos : PosInfos)
  +
</div>
 
:{|
 
:{|
 
|'''source'''
 
|'''source'''
Line 56: Line 57:
 
|The origin of the message located in the source.
 
|The origin of the message located in the source.
 
|}
 
|}
</div>
 

Latest revision as of 16:30, 16 August 2011

class LogEntry

  • henkolib
    • henkolib.log
      • henkolib.log.LogEntry

[edit] Class overview

Holds a logmessage with other corresponding data. Used by the Console class.

[edit] Public variables

time : Date

source : LogSource

level : LogLevel

message : String

data : Dynamic

pos : PosInfos

[edit] Public functions

new (source : LogSource, level : LogLevel, message : String, data : Dynamic, pos : PosInfos)

source The source of the logmessage.
level The level of the logmessage.
message The content of the message
data Data to attach to the messsage.
pos The origin of the message located in the source.
Personal tools
Modules