C# Class LogReader, code

Create the file and read the file contents
Inheritance: MonoBehaviour
Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
GetLog ( ) : LogEntity,
GetLogAsync ( ) : Task
LogReader ( ILogger, logger )

Method Details

GetLog() public method

public GetLog ( ) : LogEntity,
return LogEntity,

GetLogAsync() public method

public GetLogAsync ( ) : Task
return Task

LogReader() public method

public LogReader ( ILogger, logger )
logger ILogger,