This agent handles logging. Currently, the only method of logging available is to a file. A logging requests are sent to this agent via the log(String) method and the agent will synchronize and log it to the file. Because logging is synchronized, applications that need to be optimized for speed will want to minimize their logging output. FileLoggerAgent supports the following Props entries:
For a list of all members of this type, see FileLoggerAgent Members .
System.Object
Props
Agent
ServiceAgent
FileLoggerAgent
FileReporter
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.neokernel.io
Assembly: Neokernel (in Neokernel.exe)
FileLoggerAgent Members | com.neokernel.io Namespace