mirror of
https://github.com/actions/runner.git
synced 2025-12-31 06:11:49 +08:00
GitHub Actions Runner
This commit is contained in:
12
src/Sdk/DTExpressions2/Expressions2/ITraceWriter.cs
Normal file
12
src/Sdk/DTExpressions2/Expressions2/ITraceWriter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace GitHub.DistributedTask.Expressions2
|
||||
{
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public interface ITraceWriter
|
||||
{
|
||||
void Info(String message);
|
||||
void Verbose(String message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user