Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
createLogLevel (String name , int color , int iconData )
→ LogLevel
creates log level with given parameters
createTag (String name , int color , int iconData )
→ LogTag
creates tag with given parameters
init ({required String appName , List <LogLevel > ? logLevels , List <LogTag > ? logTags })
→ void
initializes the plugin
logLevels
-> log levels used for the duration of the app
if no log level is set, the defaults are used(error, debug, warning, info, success
)
logTags
-> tags to be used for a log.
if no log tag is set, the defaults are used(bluetooth, network
)
log (String log , LogLevel logLevel , List <LogTag > logTags )
→ void
logs to remote client app
restart ()
→ void
fluttter_socket_log_plugin 1.1.3