MODULES Uize.Widget.Log
- Contents
- 1. Introduction
- 2. In a Nutshell
- 3. Child Widgets
-
4. Instance Methods
- 4.1. addChild
- 4.2. addChildren
- 4.3. ajax
- 4.4. buildHtml
- 4.5. callInherited
- 4.6. childHtml
- 4.7. childId
- 4.8. clear
- 4.9. confirm
- 4.10. displayNode
- 4.11. fire
- 4.12. flushNodeCache
- 4.13. get
- 4.14. getContainer
- 4.15. getHtml
- 4.16. getInherited
- 4.17. getNode
- 4.18. getNodeStyle
- 4.19. getNodeValue
- 4.20. getProvider
- 4.21. globalizeNode
- 4.22. inform
- 4.23. injectNodeHtml
- 4.24. insertOrWireUi
- 4.25. insertUi
- 4.26. is
- 4.27. isMet
- 4.28. kill
- 4.29. localize
- 4.30. log
- 4.31. met
- 4.32. nodeId
- 4.33. onChange
- 4.34. once
- 4.35. removeChild
- 4.36. removeNode
- 4.37. removeUi
- 4.38. set
- 4.39. setInherited
- 4.40. setNodeClipRect
- 4.41. setNodeInnerHtml
- 4.42. setNodeOpacity
- 4.43. setNodeProperties
- 4.44. setNodeStyle
- 4.45. setNodeValue
- 4.46. showNode
- 4.47. toggle
- 4.48. unmet
- 4.49. unwire
- 4.50. unwireNode
- 4.51. unwireNodeEventsByMatch
- 4.52. unwireUi
- 4.53. updateUi
- 4.54. valueOf
- 4.55. whenever
- 4.56. wire
- 4.57. wireNode
- 4.58. wireUi
- 5. DOM Nodes
-
6. State Properties
- 6.1. built
- 6.2. busy
- 6.3. busyInherited
- 6.4. busyParentTickle
- 6.5. children
- 6.6. container
- 6.7. enabled
- 6.8. enabledInherited
- 6.9. enabledParentTickle
- 6.10. html
- 6.11. idPrefix
- 6.12. idPrefixConstruction
- 6.13. insertionMode
- 6.14. isEmpty
- 6.15. localized
- 6.16. name
- 6.17. nodeMap
- 6.18. parent
- 6.19. showTimestamp
- 6.20. timestampFormat
- 6.21. wired
- 7. Instance Properties
-
8. Static Methods
- 8.1. Uize.Widget.Log.alphastructor
- 8.2. Uize.Widget.Log.declare
- 8.3. Uize.Widget.Log.doMy
- 8.4. Uize.Widget.Log.dualContextMethods
- 8.5. Uize.Widget.Log.dualContextProperties
- 8.6. Uize.Widget.Log.fire
- 8.7. Uize.Widget.Log.get
- 8.8. Uize.Widget.Log.getBlankImageUrl
- 8.9. Uize.Widget.Log.instanceMethods
- 8.10. Uize.Widget.Log.instanceProperties
- 8.11. Uize.Widget.Log.mixins
- 8.12. Uize.Widget.Log.omegastructor
- 8.13. Uize.Widget.Log.set
- 8.14. Uize.Widget.Log.singleton
- 8.15. Uize.Widget.Log.spawn
- 8.16. Uize.Widget.Log.stateProperties
- 8.17. Uize.Widget.Log.staticMethods
- 8.18. Uize.Widget.Log.staticProperties
- 8.19. Uize.Widget.Log.subclass
- 8.20. Uize.Widget.Log.toggle
- 8.21. Uize.Widget.Log.treeInheritedStateProperties
- 8.22. Uize.Widget.Log.unwire
- 8.23. Uize.Widget.Log.wire
- 9. Static Properties
1. Introduction
The Uize.Widget.Log
class implements a basic log interface.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Widget.Log
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Log
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.Log
module defines the Uize.Widget.Log
class, which is a subclass of Uize.Widget
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.Log
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
STATE PROPERTIES
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
STATIC PROPERTIES
Uize.Widget.Log.moduleName
| Uize.Widget.Log.nonInheritableStatics
| Uize.Widget.Log.undefined
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
addChild
| addChildren
| ajax
| buildHtml
| callInherited
| childHtml
| childId
| confirm
| displayNode
| fire
| flushNodeCache
| get
| getContainer
| getHtml
| getInherited
| getNode
| getNodeStyle
| getNodeValue
| getProvider
| globalizeNode
| inform
| injectNodeHtml
| insertOrWireUi
| insertUi
| is
| isMet
| kill
| localize
| met
| nodeId
| onChange
| once
| removeChild
| removeNode
| removeUi
| set
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| updateUi
| whenever
| wire
| wireNode
INSTANCE PROPERTIES
STATE PROPERTIES
built
| busy
| busyInherited
| busyParentTickle
| children
| container
| enabled
| enabledInherited
| enabledParentTickle
| html
| idPrefix
| idPrefixConstruction
| insertionMode
| localized
| name
| nodeMap
| parent
| wired
STATIC METHODS
Uize.Widget.Log.alphastructor
| Uize.Widget.Log.declare
| Uize.Widget.Log.doMy
| Uize.Widget.Log.dualContextMethods
| Uize.Widget.Log.dualContextProperties
| Uize.Widget.Log.fire
| Uize.Widget.Log.get
| Uize.Widget.Log.getBlankImageUrl
| Uize.Widget.Log.instanceMethods
| Uize.Widget.Log.instanceProperties
| Uize.Widget.Log.mixins
| Uize.Widget.Log.omegastructor
| Uize.Widget.Log.set
| Uize.Widget.Log.singleton
| Uize.Widget.Log.spawn
| Uize.Widget.Log.stateProperties
| Uize.Widget.Log.staticMethods
| Uize.Widget.Log.staticProperties
| Uize.Widget.Log.subclass
| Uize.Widget.Log.toggle
| Uize.Widget.Log.treeInheritedStateProperties
| Uize.Widget.Log.unwire
| Uize.Widget.Log.wire
STATIC PROPERTIES
Uize.Widget.Log.busyParentTickle
| Uize.Widget.Log.enabledParentTickle
| Uize.Widget.Log.isWired
| Uize.Widget.Log.pathToResources
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Widget.Log
module.
2. In a Nutshell
2.1. Logging a Message
Logging a message can be accomplished quite easily, simply by calling the log
instance method.
EXAMPLE
myLog.log ('This is my log message');
Messages that are logged by calling the log
instance method will be displayed in the messages
DOM node of the instance. If the showTimestamp
state property is set to the value true
, then log message timestamping will be enabled for logged messages. If a message is logged before the instance is wired, then the message will be added to the queued log messages.
2.1.1. Log Messages Displayed Literally
The text of a log message is displayed literally / exactly.
That is, if a log message's text contains any HTML code, that HTML code will be displayed literally - you cannot use HTML markup to format your log messages. This is to ensure that HTML that may be contained in the values of parameters or properties that are logged do not break the layout of the log's HTML or the document in any way.
EXAMPLE
myLog.log ('This is my <b>log</b> message');
LOG OUTPUT
2010-07-05 22:34:30 : This is my <b>log</b> message
You might wish to use a log to display the innerHTML
of some DOM node whose contents you care to observe, or you may wish to display the value of some variable or property that may possibly contain HTML markup. In such cases, you don't want to mere act of logging some text to destroy the layout of the page containing the log, or execute some arbitrary JavaScript code because the text you happen to be sending to the log contains a script
tag inside it somewhere.
2.1.2. Log Message Timestamping
The Uize.Widget.Log
module implements a message timestamping feature, which allows messages to be automatically timestamped at the time that they are logged.
Log message timestamping is activated by setting the showTimestamp
state property to true
. When timestamping is enabled, each logged message will be prefixed with a timestamp that indicates when it was logged. The timestamp format is determined by the timestampFormat
state property, which can specify any date format string supported by the Uize.Date.Formatter
module.
To illustrate the timestamping feature, consider the following examples...
2.1.2.1. EXAMPLE 1: No Timestamping
In the following example, log message timestamping has been disabled by explicitly setting the showTimestamp
state property to false
.
EXAMPLE
myLog = Uize.Widget.Log ({showTimestamp:false}); myLog.wireUi (); myLog.log ('This is my log message');
LOG OUTPUT
This is my log message
2.1.2.2. EXAMPLE 2: Timestamping With Default Format
In the following example, log message timestamping is enabled by simply not overriding the initial value of true
for the showTimestamp
state property.
EXAMPLE
myLog = Uize.Widget.Log (); myLog.wireUi (); myLog.log ('This is my log message');
LOG OUTPUT
22:34:30.519 : This is my log message
2.1.2.3. EXAMPLE 3: Timestamping With Custom Format
In the following example, log message timestamping is enabled and a custom timestamp format is being specified using the timestampFormat
state property.
EXAMPLE
myLog = Uize.Widget.Log ({timestampFormat:'{YYYY}-{MM}-{DD} {hh}:{mm}:{ss}.{zzz}'}); myLog.wireUi (); myLog.log ('This is my log message');
LOG OUTPUT
2010-07-05 22:34:30.519 : This is my log message
The default timestamp format shows hours, minutes, seconds, and milliseconds. In this example we are adding year, month, and day of month to the timestamp by prepending the date format segment {YYYY}-{MM}-{DD}
.
2.2. Clearing the Log
All logged messages that are displayed in the messages
DOM node can be easily cleared, either by the user clicking the clear button (the clear Child Widget
), or by an application calling the clear
instance method.
EXAMPLE
myLog.clear ();
2.3. Queued Log Messages
Any messages that are logged while an instance is not yet wired are added to a queue of logged messages that will be displayed when the instance is wired.
EXAMPLE
myLog = Uize.Widget.Log (); myLog.log ('This is my log message'); myLog.wireUi ();
LOG OUTPUT
2010-07-05 22:34:30 : This is my log message
In the above example, even though the log instance is not yet wired when the log
instance method is called, wiring the instance will result in the logged message being displayed because it was added to the Queued Log Messages.
3. Child Widgets
3.1. clear Child Widget
An instance of the Uize.Widget.Button
class, which is wired to call the clear
instance method when it is clicked.
NOTES
see the related clear instance method |
4. Instance Methods
4.1. addChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.2. addChildren
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.3. ajax
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.4. buildHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.5. callInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.6. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.7. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.8. clear
Clears the log messages displayed in the messages
DOM node.
SYNTAX
myInstance.clear ();
If the instance is not wired at the time that this method is called, then the queued log messages will be cleared. The clear
instance method is called when the user clicks the clear Child Widget
.
NOTES
see the related clear Child Widget |
IMPLEMENTATION INFO
this feature was introduced in this module |
4.9. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.10. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.11. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.12. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.13. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.14. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.15. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.16. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.17. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.18. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.19. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.20. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.21. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.22. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.23. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.24. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.25. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.26. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.27. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.28. kill
Inherited from Uize.Widget
, but introduced in Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Class ) |
4.29. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.30. log
Logs the specified message by displaying it in the messages
DOM node.
SYNTAX
myInstance.log (messageTextSTR);
If the instance is not wired at the time that this method is called, then the specified log message will be added to the queued log messages. For a more detailed discussion on logging, see the section Logging a Message.
IMPLEMENTATION INFO
this feature was introduced in this module |
4.31. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.32. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.33. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.34. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.35. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.36. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.37. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.38. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.39. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.40. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.41. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.42. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.43. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.44. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.45. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.46. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.47. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.48. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.49. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.50. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.51. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.52. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.53. updateUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.54. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
4.55. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.56. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.57. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.58. wireUi
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
5. DOM Nodes
5.1. messages
A node that is used to display the messages being logged.
Whenever a new message is logged, the contents of the messages
DOM node is added to. This node may be a div
, span
, p
tag, or any other type that may contain arbitrary HTML. When the clear
instance method is called, either programmatically or as a result of the user clicking the clear Child Widget
, the innerHTML
of the messages
node will be replaced with nothing.
6. State Properties
6.1. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.2. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.3. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.4. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.5. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.6. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.7. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.8. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.9. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.10. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.11. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.12. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.13. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.14. isEmpty
A read-only boolean, indicating whether or not the messages
DOM node contains any logged messages.
When the value of this property is true
, then the clear Child Widget
will be disabled. When the value of this property is false
, then the clear Child Widget
will be enabled.
NOTES
this property is read-only | |
the initial value is true |
IMPLEMENTATION INFO
this feature was introduced in this module |
6.15. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.16. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.17. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.18. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6.19. showTimestamp
A boolean, specifying whether or not log message timestamping should be enabled for logged messages.
When the value of this property is true
, then the value of the related timestampFormat
state property can be used to control how the prepended timestamps are formatted.
NOTES
see the related timestampFormat state property |
|
the initial value is true |
IMPLEMENTATION INFO
this feature was introduced in this module |
6.20. timestampFormat
A string, specifying the date format that should be used to format the timestamp that is prepended to logged messages when the showTimestamp
state property is set to true
.
The value of the timestampFormat
property can be any date format supported by the Uize.Date.Formatter
module. When the value of the showTimestamp
state property is false
, then the timestampFormat
state property is not applicable.
NOTES
see the related showTimestamp state property |
|
the initial value is '{hh}:{mm}:{ss}.{zzz}' |
IMPLEMENTATION INFO
this feature was introduced in this module |
6.21. wired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
7. Instance Properties
7.1. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
7.2. showInform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
8. Static Methods
8.1. Uize.Widget.Log.alphastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.2. Uize.Widget.Log.declare
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.3. Uize.Widget.Log.doMy
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.4. Uize.Widget.Log.dualContextMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.5. Uize.Widget.Log.dualContextProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.6. Uize.Widget.Log.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.7. Uize.Widget.Log.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.8. Uize.Widget.Log.getBlankImageUrl
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
8.9. Uize.Widget.Log.instanceMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.10. Uize.Widget.Log.instanceProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.11. Uize.Widget.Log.mixins
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.12. Uize.Widget.Log.omegastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.13. Uize.Widget.Log.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.14. Uize.Widget.Log.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.15. Uize.Widget.Log.spawn
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
8.16. Uize.Widget.Log.stateProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.17. Uize.Widget.Log.staticMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.18. Uize.Widget.Log.staticProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.19. Uize.Widget.Log.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.20. Uize.Widget.Log.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.21. Uize.Widget.Log.treeInheritedStateProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
8.22. Uize.Widget.Log.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
8.23. Uize.Widget.Log.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
9. Static Properties
9.1. Uize.Widget.Log.busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
9.2. Uize.Widget.Log.enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
9.3. Uize.Widget.Log.isWired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
9.4. Uize.Widget.Log.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
9.5. Uize.Widget.Log.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is not inherited by subclasses |
9.6. Uize.Widget.Log.pathToResources
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
9.7. Uize.Widget.Log.undefined
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |