LoggingOnOslogPlatform class abstract

Base class for platform interfaces that log using os_log.

Inheritance
  • Object
  • PlatformInterface
  • LoggingOnOslogPlatform
Implementers

Constructors

LoggingOnOslogPlatform()
Constructs a LoggingOnOslogPlatform.

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

logOnOsLog({required String message, required String level, required String category}) Future<void>
Logs message using os_log, on category.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance LoggingOnOslogPlatform
The default instance of LoggingOnOslogPlatform to use.
getter/setter pair