LogEntry

From Web Computing Documentation
Revision as of 16:30, 16 August 2011 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

class LogEntry

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

Class overview

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

Public variables

time : Date

source : LogSource

level : LogLevel

message : String

data : Dynamic

pos : PosInfos

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