Skip to content

Commit

Permalink
Merge pull request #30 from CsabaConsulting/master
Browse files Browse the repository at this point in the history
Fixes #29 with PLog's TIME_FORMAT_READABLE_2
  • Loading branch information
umair13adil authored Mar 24, 2022
2 parents b517fe6 + ea24a1e commit 6139029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ fun getTimeStampFormat(type: String?): String {
"TIME_FORMAT_READABLE" -> {
return TimeStampFormat.TIME_FORMAT_READABLE
}
"TIME_FORMAT_READABLE_2" -> {
return TimeStampFormat.TIME_FORMAT_READABLE_2
}
"TIME_FORMAT_SIMPLE" -> {
return TimeStampFormat.TIME_FORMAT_SIMPLE
}
Expand Down
1 change: 1 addition & 0 deletions lib/flutter_logs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ enum TimeStampFormat {
TIME_FORMAT_FULL_2,
TIME_FORMAT_24_FULL,
TIME_FORMAT_READABLE,
TIME_FORMAT_READABLE_2,
TIME_FORMAT_SIMPLE
}
enum ExportType { TODAY, LAST_HOUR, WEEKS, LAST_24_HOURS, ALL }
Expand Down

0 comments on commit 6139029

Please sign in to comment.