sunday-generator
1.1.0-beta.2
generator
/
io.outfoxx.sunday.generator.common
/
APIProcessor
/
Result
/
Entry
Entry
data
class
Entry
(
val
level
:
APIProcessor.Result.Level
,
val
file
:
String
,
val
line
:
Int
,
val
message
:
String
)
Constructors
Properties
Constructors
Entry
Link copied to clipboard
fun
Entry
(
level
:
APIProcessor.Result.Level
,
file
:
String
,
line
:
Int
,
message
:
String
)
Properties
file
Link copied to clipboard
val
file
:
String
level
Link copied to clipboard
val
level
:
APIProcessor.Result.Level
line
Link copied to clipboard
val
line
:
Int
message
Link copied to clipboard
val
message
:
String