AppLoggingKit class
Constructors
- AppLoggingKit({bool localLog, String path, String fileName, bool otherLog, OtherLogConfig otherLogConfig})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- localLog → bool
-
read-only
- logFileName → String
-
read-only
- otherLog → bool
-
read-only
- otherLogConfig → OtherLogConfig
-
read-only
- path → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setConfig(
{String path, String fileName, bool localLog, bool otherLog, OtherLogConfig otherLogConfig}) → Future< void> - Set local log file directory
-
toString(
) → String -
A string representation of this object.
inherited
-
writeLog(
dynamic msg, {StackTrace st}) → Future< bool> - Write log
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited