FTLogger class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  logConfig({double? sampleRate, bool? enableLinkRumData, bool? enableCustomLog, bool? printCustomLogToConsole, FTLogCacheDiscard? logCacheDiscard, int? logCacheLimitCount, List<FTLogStatus>? logLevelFilters, Map<String, String>? globalContext})
    → Future<void>
  
  
- 
  配置日志输出配置
sampleRate采样率enableLinkRumData是否与 RUM 关联enableCustomLog是否开启自定义日志printCustomLogToConsole是否打印自定义到控制台logCacheDiscard日志丢弃策略logLevelFilters日志等级过滤globalContext自定义全局参数
- 
  logging(String content, FTLogStatus status, {Map<String, String>? property, bool? isSilence})
    → Future<void>
  
  
- 
  输出日志
content日志内容status日志状态property附加属性参数(可选)isSilence
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited