BadScript 2
Loading...
Searching...
No Matches
BadFileLogWriter.cs
Go to the documentation of this file.
1using BadScript2.IO;
2
4
9{
14 public BadFileLogWriter(string file) : base(
15 BadFileSystem.Instance.OpenWrite(
16 file,
18 )
19 ) { }
20}
Implements a simple file writer for the log system.
BadFileLogWriter(string file)
Creates a new File Log Writer.
Implements a simple stream writer for the log system.
Public interface for the filesystem abstraction of the BadScript Engine.
Contains Writer Implementations for the BadScript Logging System.
Contains IO Implementation for the BadScript2 Runtime.
BadWriteMode
The Write Modes of the File System Abstraction.