flush the logs to console, the message will output to the console only after calling this method, or the message concat together.
print an integer to console.
integer to print.
to print as dec or hex. for example, 'Log.i(10, 10).flush() ' will print '10', but 'Log.i(10, 16).flush()' will print 'A'.
print a string message to console.
message to print.
Generated using TypeDoc
class Logger providers api to print logs to console immediately after you call function 'flush'.