mirror of
https://github.com/actions/runner.git
synced 2025-12-16 06:57:25 +00:00
GitHub Actions Runner
This commit is contained in:
8
src/Runner.Sdk/ITraceWriter.cs
Normal file
8
src/Runner.Sdk/ITraceWriter.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace GitHub.Runner.Sdk
|
||||
{
|
||||
public interface ITraceWriter
|
||||
{
|
||||
void Info(string message);
|
||||
void Verbose(string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user