Lines Matching full:file
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
11 // System independant wrapper for logging runtime information to file.
12 // Note: All log messages will be written to the same trace file.
13 // Note: If to many messages are written to file there will be a build up of
32 // Note: any instance that writes to the trace file should increment and
36 // Specifies what type of messages should be written to the trace file. The
39 // TraceLevel enumerator not defined in this file?
42 // Returns what type of messages are written to the trace file.
45 // Sets the file name. If addFileCounter is false the same file will be
46 // reused when it fills up. If it's true a new file with incremented name
51 // Returns the name of the file that the trace is currently writing to.
56 // file
59 // Adds a trace message for writing to file. The message is put in a queue
60 // for writing to file whenever possible for performance reasons. I.e. there
63 // filtered it will not be written to file. module is an identifier for what
68 // TODO (hellner) Why is TraceModule not defined in this file?