6 lines
No EOL
70 B
C#
6 lines
No EOL
70 B
C#
public enum LogTarget
|
|
{
|
|
Console = 0,
|
|
File = 1,
|
|
Slack = 2
|
|
} |