UserMessagingRepositoryLog class 
 
    
    
  
    
  
    Properties
    
        - 
  error
  → Error?
  
- 
  Error? error- error if it happenedfinalinherited 
- 
  exception
  → Object?
  
- 
  Exception? exception- exception if it happenedfinalinherited 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  key
  → String?
  
- 
  
  finalinherited 
- 
  logLevel
  → LogLevel?
  
- 
  LogLevellogLevel- to control logging outputfinalinherited 
- 
  message
  → String?
  
- 
  String message- message describes what happenedfinalinherited 
- 
  pen
  ↔ AnsiPen
  
- 
  Your custom log color
  getter/setter pairinherited-setter 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  stackTrace
  → StackTrace?
  
- 
  StackTrace?] stackTrace- stackTrace ifexceptionorerrorhappenedfinalinherited 
- 
  time
  → DateTime
  
- 
  Internal time when the log occurred
  no setterinherited 
- 
  title
  ↔ String
  
- 
  Your custom log title
  getter/setter pairinherited-setter 
 
    
  
    Methods
    
        - 
  generateTextMessage({TimeFormat timeFormat = TimeFormat.timeAndSeconds})
    → String
  
  
- 
  Internal method that generates
a complete message about the event
  inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited